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

[QUESTION] does WUD handle AWS IAM permissions from EC2? #633

Open
pthieu opened this issue Mar 18, 2025 · 0 comments
Open

[QUESTION] does WUD handle AWS IAM permissions from EC2? #633

pthieu opened this issue Mar 18, 2025 · 0 comments

Comments

@pthieu
Copy link

pthieu commented Mar 18, 2025

AWS allows you you to attach permissions to resources, instead of having to put the AWS_ACCESS_KEY_ID and _SECRET on the filesystem or in env.

My current setup is watchtower running the ecr cred helper using the AWS resource-level perms. It can freely retrieve ECR access credentials and then use them to list and pull docker images. Here's a link

I believe how they do it is to build a docker container and save the an ecr credential helper binary to a docker volume. This can be attached to watchtower to use (and I think the invoke it under the hood?)

Does WUD support this? Or is there something similar that I can do?

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

No branches or pull requests

1 participant