Skip to content

Commit

Permalink
Merge pull request #8994 from ministryofjustice/feature/allow-develop…
Browse files Browse the repository at this point in the history
…ers-to-list-sagemaker-resources

Update developer policy to allow describe and list actions for sagema…
  • Loading branch information
dms1981 authored Jan 17, 2025
2 parents e25ff36 + 8ea9974 commit 20174de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/environments/bootstrap/single-sign-on/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ data "aws_iam_policy_document" "developer_additional" {
"s3:PutObjectAcl",
"s3:RestoreObject",
"s3:*StorageLens*",
"sagemaker:Describe*",
"sagemaker:List*",
"sagemaker:Query*",
"secretsmanager:Get*",
"secretsmanager:DescribeSecret",
"secretsmanager:ListSecretVersionIds",
Expand Down

0 comments on commit 20174de

Please sign in to comment.