You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: