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

Fix docker registry auth parsing of GCR json key format credentials #1492

Merged
merged 2 commits into from
May 27, 2019

Conversation

atomfrede
Copy link
Contributor

Mimics the splitting logic from docker-java to support service account auth configuration via a json key file.

closes #1466

@rnorth
Copy link
Member

rnorth commented May 27, 2019

Thanks @atomfrede, this looks great. Happy to accept!

@rnorth rnorth changed the title enforce to split encoded auth at most twice Fix docker registry auth parsing of GCR json key-format credentials May 27, 2019
@rnorth rnorth changed the title Fix docker registry auth parsing of GCR json key-format credentials Fix docker registry auth parsing of GCR json key format credentials May 27, 2019
@rnorth rnorth added this to the next milestone May 27, 2019
@rnorth rnorth merged commit b0b3f9a into testcontainers:master May 27, 2019
@rnorth
Copy link
Member

rnorth commented Jul 7, 2019

This was released in 1.11.4 🎉

Thank you for the contribution!

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

Successfully merging this pull request may close these issues.

Incorrect Auth encoding
2 participants