Skip to content

Commit

Permalink
Add permissions for internal policy (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
ometelytsia authored Aug 21, 2024
1 parent 1410cc3 commit a6ba552
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion permissions/atlassian-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@
"iam:GetPolicyVersion",
"iam:ListOpenIDConnectProviders",
"iam:ListOpenIDConnectProviderTags"
"iam:ListEntitiesForPolicy",
"iam:ListRoleTags"
],
"Resource": [
"arn:aws:iam::123456789012:policy/*_crowdstrike_s3",
"arn:aws:iam::123456789012:policy/*_crowdstrike_secret",
"arn:aws:iam::123456789012:policy/*_LaaS-policy",
"arn:aws:iam::123456789012:policy/*_Fleet-Enrollment",
"arn:aws:iam::585036043680:role/atlas-*",
"arn:aws:iam::123456789012:oidc-provider/*"
]
},
Expand All @@ -44,4 +47,4 @@
"Resource": "*"
}
]
}
}

0 comments on commit a6ba552

Please sign in to comment.