Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline policy for Identity Center Permission Sets #2458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

2XXE-SRA
Copy link

This PR adds two columns, inline_policy and inline_policy_std, to the aws_ssoadmin_permission_set table using the sso:GetInlinePolicyForPermissionSet API.

Integration test logs

Logs
N/A

Example query results

Results
select 
  arn, 
  inline_policy 
from aws_ssoadmin_permission_set

+-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| arn                                                                     | inline_policy                                                                                                          |
+-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
| arn:aws:sso:::permissionSet/ssoins-123456/ps-123456                     | {"Statement":[{"Action":["ec2:*"], "Effect":"Allow","Resource":"*","Sid":"1"}],"Version":"2012-10-17"}                 |
+-------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+

@cbruno10 cbruno10 requested a review from ParthaI March 28, 2025 20:09
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.

1 participant