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

Resource based s3:GetObject ACL for container instances #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

k2nr
Copy link
Member

@k2nr k2nr commented Sep 29, 2017

Container instances must have minimum-required access to S3. Before merging this, we need to make sure that all of our services have ECS task role (services that have not deployed for a long time might not have a task role)

@k2nr k2nr force-pushed the restrict-instance-s3-permissions branch from 1bca7e2 to b12f46b Compare September 29, 2017 06:31
@olingern
Copy link

@k2nr I think you can close this. S3 access is dependent upon policies for a given user. Unless this is for something different

@k2nr
Copy link
Member Author

k2nr commented Aug 8, 2018

Container instances currently have full permission for "s3:GetObject". This is very dangerous because credential data are stored in S3. there are only a few objects that container instances need to get. This PR is to minimize the container instance's get permission

@davidsiaw
Copy link
Contributor

I think with a little bit of checking that it works we can merge this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants