We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am noticing that we are using iam::aws:policy/AmazonS3FullAccess for the build-ctlr. These permission see a bit broad.
iam::aws:policy/AmazonS3FullAccess
Install
We only allow the build-ctr iam role to have full access to the buckets that we create.
We are giving it iam::aws:policy/AmazonS3FullAccess
The text was updated successfully, but these errors were encountered:
ankitm123
No branches or pull requests
Summary
I am noticing that we are using
iam::aws:policy/AmazonS3FullAccess
for the build-ctlr. These permission see a bit broad.Steps to reproduce the behavior
Install
Expected behavior
We only allow the build-ctr iam role to have full access to the buckets that we create.
Actual behavior
We are giving it
iam::aws:policy/AmazonS3FullAccess
The text was updated successfully, but these errors were encountered: