How to authenticate with Amazon ECR when using Diun? #1335
Unanswered
thienscmon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use Diun to monitor Docker images stored in Amazon Elastic Container Registry (ECR). However, I am facing challenges with authentication because ECR requires short-lived tokens (which expire after 12 hours) that are generated using aws ecr get-login-password.
Questions:
1. Does Diun support native authentication with ECR? If not, is there an easier way to integrate it?
2. What is the recommended approach for automating ECR authentication with Diun?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions