Skip to content

Add missing SSO permission-set read permissions to AWS connector IAM policy#398

Open
c1-dev-bot[bot] wants to merge 1 commit into
mainfrom
docs/cxp-785
Open

Add missing SSO permission-set read permissions to AWS connector IAM policy#398
c1-dev-bot[bot] wants to merge 1 commit into
mainfrom
docs/cxp-785

Conversation

@c1-dev-bot

@c1-dev-bot c1-dev-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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 sets
  • sso:ListManagedPoliciesInPermissionSet — required to list managed policies attached to Identity Center permission sets

These 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) hit AccessDenied on sso:GetInlinePolicyForPermissionSet, which aborts the entire sync.

Verified against: baton_capabilities.json and pkg/connector/resource_types.go in ConductorOne/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:

  • Human review for accuracy and completeness
  • Verification that it matches current product behavior
  • Approval from the appropriate team before merging

…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.
@linear-code

linear-code Bot commented Jul 17, 2026

Copy link
Copy Markdown

CXP-785

@mintlify

mintlify Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
conductorone 🟢 Ready View Preview Jul 17, 2026, 1:20 PM

@mintlify

mintlify Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
conductorone 🟡 Building Jul 17, 2026, 1:18 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants