| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@waprin How new is the ADC command? Are our users likely to be using older gcloud CLI without it? |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
Maybe the last graph should add a sentence pointing to the docs for updating the gcloud CLI? Something like:
|
Sorry, something went wrong.
|
The CLI can update itself so I just added the command to do that. |
Sorry, something went wrong.
Testing for prerelease-deps is done within continuous. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
| Back | FazBrowse Home | New Git URL |
gcloud has a new command for creating ADC. The idea is that gcloud auth login is for authenticating the CLI and gcloud beta auth application-default login creates credentials for client code. After a transition period, gcloud auth login will no longer write credentials to a well-known file and so will not work.