GoogleCloudPlatform / docker-credential-gcr

A Docker credential helper for GCR users
https://gcr.io
Apache License 2.0
292 stars 92 forks source link

Invert order of precedence for GCR token sources #41

Closed dekkagaijin closed 6 years ago

dekkagaijin commented 6 years ago

Currently, the cred helper looks for tokens in magic places before looking for them in more manually configured places, e.g. GCR metadata > gcloud > private cred store. This should be the other way around, to decrease surprise factor.