Skip to content

Commit

Permalink
docs: update aws identity center role example
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored and github-actions committed Jan 23, 2025
1 parent 5266494 commit f23c194
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ spec:
allow:
account_assignments:
- account: "<account_id>" # AWS identity center account ID
name: AdministratorAccess # name of the permission set in AWS
permission_set: arn:aws:sso:::permissionSet/ssoins-1234/ps-5678 # permission set ARN
# permission set ARN of AdministratorAccess
permission_set: arn:aws:sso:::permissionSet/ssoins-1234/ps-5678
- account: "<account_id>"
name: ReadOnlyAccess
permission_set: arn:aws:sso:::permissionSet/ssoins-1234/ps-8765
# permission set ARN of ReadOnlyAccess
permission_set: arn:aws:sso:::permissionSet/ssoins-1234/ps-8765
```
These roles can be assigned to users and Access Lists or requested by users
Expand Down

0 comments on commit f23c194

Please sign in to comment.