-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Guess" missing events #22
Labels
Comments
flosell
added a commit
that referenced
this issue
Jun 9, 2018
flosell
added a commit
that referenced
this issue
Jun 9, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
flosell
added a commit
that referenced
this issue
Jun 10, 2018
Basic support added |
This was referenced Jun 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AS AN engineer that wants to create policies for terraform or cloudformation runs
I WANT trailscraper to guess permissions that likely are also necessary for the same infrastructure
SO THAT the generated policy works not only for the exact circumstances (e.g. an initial terraform apply) but also similar ones (e.g. terraform destroy/update of resources)
Examples
iam:DeleteAccessKey
so we also addiam:CreateAccessKey
,iam:UpdateAccessKey
andiam:ListAccessKeys
Notes
Delete{Something}
andDescribe{Something}
when we have aCreate{Something}
event$ trailscraper generate-policy | trailscraper expand-policy
The text was updated successfully, but these errors were encountered: