Uh oh!
There was an error while loading. Please reload this page.
Recommend new ADC command - #1851
Conversation
tseaver
commented
Jun 10, 2016
@waprin How new is the ADC command? Are our users likely to be using older |
waprin
commented
Jun 10, 2016
It came out in late March. I would say most users should be updating their gcloud frequently enough that they should have it. Our official auth docs recommend it instead of gcloud auth login. It is still in beta and it's a confusing change so I don't blame you if you want to hold off. However I asked the PM responsible for auth on the platform and he told me I should recommend the change (with apologies for the confusion). And again, sooner or later this change will be necessary since gcloud auth login will stop writing the credentials. |
tseaver
commented
Jun 10, 2016
Maybe the last graph should add a sentence pointing to the docs for updating the
|
waprin
commented
Jun 10, 2016
The CLI can update itself so I just added the command to do that. |
tseaver
commented
Jun 10, 2016
@waprin Thanks for the patch! |
Testing for prerelease-deps is done within continuous. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
gcloud has a new command for creating ADC. The idea is that
gcloud auth loginis for authenticating the CLI andgcloud beta auth application-default logincreates credentials for client code. After a transition period,gcloud auth loginwill no longer write credentials to a well-known file and so will not work.