Skip to content

Commit

Permalink
Adding AWS SSO and Access Analyzer Support
Browse files Browse the repository at this point in the history
  • Loading branch information
jchrisfarris committed May 14, 2024
1 parent 7ad8879 commit 3b784d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudformation/AuditRole-Template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Resources:
- arn:aws:iam::aws:policy/SecurityAudit
- arn:aws:iam::aws:policy/ReadOnlyAccess
- arn:aws:iam::aws:policy/AWSAccountManagementReadOnlyAccess
- arn:aws:iam::aws:policy/AWSSSOReadOnly
Path: /
AssumeRolePolicyDocument:
Version: '2012-10-17'
Expand Down Expand Up @@ -69,7 +70,7 @@ Resources:
Action:
- "trustedAdvisor:*"
- "health:*"
- "guardduty:*"
- "access-analyzer:*"
- "macie:*"
- "inspector:*"
- "support:*"
Expand Down

0 comments on commit 3b784d1

Please sign in to comment.