Add missing SSO permission-set read permissions to AWS connector IAM policy#398
Open
c1-dev-bot[bot] wants to merge 1 commit into
Open
Add missing SSO permission-set read permissions to AWS connector IAM policy#398c1-dev-bot[bot] wants to merge 1 commit into
c1-dev-bot[bot] wants to merge 1 commit into
Conversation
…policy Add sso:GetInlinePolicyForPermissionSet and sso:ListManagedPoliciesInPermissionSet to both IAM policy blocks (JSON and Terraform). These read-only actions are required when Identity Center is enabled to sync permission set policy composition, and their absence causes AccessDenied failures on sync.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two missing SSO Admin read-only actions to both IAM policy blocks (JSON and Terraform) in the AWS connector setup documentation:
sso:GetInlinePolicyForPermissionSet— required to read inline policies attached to Identity Center permission setssso:ListManagedPoliciesInPermissionSet— required to list managed policies attached to Identity Center permission setsThese actions were added to the baton-aws connector in PR #134 (merged 2024-07-14) to support permission set → IAM policy relationship syncing, but the documentation was not updated. Users who build their IAM role from the published docs and enable Identity Center (
--global-aws-sso-enabled) hitAccessDeniedonsso:GetInlinePolicyForPermissionSet, which aborts the entire sync.Verified against:
baton_capabilities.jsonandpkg/connector/resource_types.goinConductorOne/baton-aws— these are the only two new SSO actions actually used by the connector.Fixes: CXP-785
Automated PR Notice
This PR was automatically created by c1-dev-bot as a potential documentation update.
This documentation requires: