Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion sagemaker-core/src/sagemaker/core/helper/iam_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,10 @@
"sagemaker:ListTags",
"sagemaker:AddTags",
"sagemaker:DescribeTrainingJob",
"iam:PassRole",
# NOTE: iam:PassRole is intentionally excluded. The AmazonSageMakerFullAccess
# policy conditions it on iam:PassedToService=sagemaker.amazonaws.com, and
# SimulatePrincipalPolicy without that context value returns implicitDeny —
# a false positive that blocks callers who actually have the permission.
# Model resolution (DescribeHubContent called at construction time under caller creds)
"sagemaker:DescribeHubContent",
"sagemaker:ListHubContents",
Expand Down