Skip to content

Instantly share code, notes, and snippets.

@kmcquade
Created July 10, 2020 16:55
Show Gist options
  • Save kmcquade/f52d39919ab8265852c596957c920192 to your computer and use it in GitHub Desktop.
Save kmcquade/f52d39919ab8265852c596957c920192 to your computer and use it in GitHub Desktop.
Default Policy Sentry file
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