Created
July 10, 2020 16:55
-
-
Save kmcquade/f52d39919ab8265852c596957c920192 to your computer and use it in GitHub Desktop.
Default Policy Sentry file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mode: crud | |
name: '' | |
# Specify resource ARNs | |
read: | |
- 'arn:aws:s3:::example/*' | |
write: | |
- 'arn:aws:s3:::example/*' | |
list: | |
- 'arn:aws:s3:::example/*' | |
tagging: | |
- '' | |
permissions-management: | |
- '' | |
# Actions that do not support resource constraints | |
wildcard-only: | |
single-actions: # standalone actions | |
- '' | |
# Service-wide - like 's3' or 'ec2' | |
service-read: | |
- '' | |
service-write: | |
- '' | |
service-list: | |
- '' | |
service-tagging: | |
- '' | |
service-permissions-management: | |
- '' | |
# Skip resource constraint requirements by listing actions here. | |
skip-resource-constraints: | |
- '' | |
# Exclude actions from the output by specifying them here. Accepts wildcards, like kms:Delete* | |
exclude-actions: | |
- '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment