Handle "<token>" as Username from credential helpers.
See original GitHub issueThe Docker Credential helper protocol specifies:
If the secret being stored is an identity token, the Username should be set to
<token>
.
Jib should consider the case where the username received from a credential helper is <token>
and authenticate by using the Secret
as an identity token. See https://github.com/Azure/acr-docker-credential-helper/issues/31#issuecomment-457460762 for an example.
Originates from https://github.com/Azure/acr-docker-credential-helper/issues/31#issuecomment-465318647
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
gitcredentials Documentation - Git
Static configuration of usernames for a given authentication context. Credential helpers to cache or store passwords, or to interact with a system password ......
Read more >Handle credential responses with JavaScript functions
You can set a JavaScript function in the data-callback attribute to handle the returned credential response. See the following code snippet:.
Read more >git credential helpers
As always, needs username when setting the credential. No need to supply username to get some token that matches the host. This is...
Read more >Authentication methods | Container Registry documentation
The credential helper fetches your Container Registry credentials—either automatically, or from a location specified using its --token-source flag—then writes ...
Read more >How can I save username and password in Git? - Stack Overflow
git config --global credential.helper store. then git pull. provide a username and password and those details will then be remembered later. The credentials ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@andxu thanks! It might be a bit involved and I would recommend outlining your approach here first and splitting the work into multiple subtasks. Let us know if you have any questions!
@coollog @chanseokoh Thank you all for your works to make acr supported.