Skip to content

feat: use alternative ECR login logic#497

Draft
deviantony wants to merge 1 commit intodevelopfrom
aws-alt-auth
Draft

feat: use alternative ECR login logic#497
deviantony wants to merge 1 commit intodevelopfrom
aws-alt-auth

Conversation

@deviantony
Copy link
Member

@deviantony deviantony commented Jul 25, 2023

This PR provides an alternative approach to AWS ECR authentication when using the IAM RA configuration.

@deviantony deviantony marked this pull request as draft July 25, 2023 06:36

tokenParts := strings.Split(string(token), ":")
username := tokenParts[0]
password := tokenParts[1]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if the password has a :?

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

Successfully merging this pull request may close these issues.

2 participants