-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Feature Request] External Registry - Add AWS ECR as option #2040
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
I want to add aws_access_key_id and aws_secret_access_key from an IAM user to access AWS ECR.
Currently, I can use the username AWS along with the output of the AWS CLI command aws ecr get-login-password to get a temporary login that lasts for 12 hours.
If I want persistent access to AWS ECR, I need to configure the aws_access_key_id and aws_secret_access_key, similar to how it's done when using amazon-ecr-credential-helper in a Docker setup.
Describe the solution you'd like
able to select AWS Ecr to fill up aws_access_key_id and aws_secret_access_key
Describe alternatives you've considered
none.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request