-
Notifications
You must be signed in to change notification settings - Fork 642
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
Support docker credential store #806
Comments
Sounds like a reasonable addition the plugin, thanks for the heads up. If you feel fancy and might want to contribute and could give you some pointers for where to start. Otherwise it might take a bit unti we pick up this feature, we are all currently quite busy otherwise. |
fair ;-) From the credential helper api description, the helper must be on $PATH and be called with a Example:
|
This is the default behavior of any recent docker installation of docker for mac. This feature is thus important to support the ‘fall-back to docker credentials’ mode of the plugin. |
Support has been added. |
Docker has recently introduced the concept of a credential store.
With a credential store, docker saves the credentials in a platform specific safe place, such as macOS keychain.
For example, my ~/.docker/config.json looks like:
Clean & safe.
However, this doesn't work with version 0.21.0 of the plugin, as it only supports having credential in clear text in that file.
Docker documentation for the credential store
The text was updated successfully, but these errors were encountered: