Skip to content
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

Shorthands for actions commonly used together? #16

Open
mrtj opened this issue May 4, 2020 · 4 comments
Open

Shorthands for actions commonly used together? #16

mrtj opened this issue May 4, 2020 · 4 comments
Labels
enhancement Feature Improvement nice to have Medium priority question Further information is requested

Comments

@mrtj
Copy link

mrtj commented May 4, 2020

It might be even easier to use the generator if it provided some shorthands for grouping together commonly used actions. I am thinking about for example an s3 bucket "read only" action group that could include LIST_BUCKET, GET_OBJECT and similar actions. I feel that at least a read only / read write action group could be defined for most of AWS resources, but there might be other interesting use cases as well.

@aletheia
Copy link
Owner

aletheia commented May 4, 2020

Nice idea!
Could we try to liste common use cases?

@aletheia aletheia added enhancement Feature Improvement nice to have Medium priority labels May 4, 2020
@aletheia
Copy link
Owner

aletheia commented May 4, 2020

  • S3 Bucker Read Only

@sopel
Copy link

sopel commented May 5, 2020

As for use cases, the AWS SAM Policy Templates provide an ever growing collection of readily usable and vetted IAM policy 'shorthands' for real-world use cases.

Given the context, those are obviously geared towards serverless use cases, but there is quite some overlap (see e.g. S3ReadOnly as discussed above), so they should provide a nice starting point regardless.

@aletheia
Copy link
Owner

aletheia commented May 7, 2020

Other approaches to commonly used policy generation are used by

They should be analyzed and considered to address this issue

@aletheia aletheia added the question Further information is requested label May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature Improvement nice to have Medium priority question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants