Difference between revisions of "Gcloud auth login"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[gcloud auth]] login | [[gcloud auth]] login | ||
[[gcloud auth login --no-browser]] | [[gcloud auth login --no-browser]] | ||
+ | |||
+ | == Examples == | ||
+ | [[gcloud auth]] login | ||
+ | Go to the following link in your browser: | ||
+ | https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=.../... | ||
+ | |||
+ | You are now logged in as [your_username@your_domain.com]. | ||
+ | Your current [[project]] is [your-project]. You can change this setting by running: | ||
+ | $ [[gcloud config set project]] [[PROJECT_ID]] | ||
Line 45: | Line 54: | ||
* {{gcloud auth}} | * {{gcloud auth}} | ||
* {{gcloud config}} | * {{gcloud config}} | ||
+ | * {{gcloud}} | ||
[[Category:GCP]] | [[Category:GCP]] |
Latest revision as of 05:26, 3 November 2022
gcloud auth login gcloud auth login --no-browser
Contents
Examples[edit]
gcloud auth login Go to the following link in your browser: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=.../... You are now logged in as [your_username@your_domain.com]. Your current project is [your-project]. You can change this setting by running: $ gcloud config set project PROJECT_ID
gcloud auth login Go to the following link in your browser: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=.../... Enter verification code: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX You are now logged in as [your_username@your_domain.com]. Your current project is [None]. You can change this setting by running: $ gcloud config set project PROJECT_ID
Errors[edit]
gcloud auth login Your browser has been opened to visit: https://accounts.google.com/o/oauth2/auth?response_type=code&cli.../...od=S256 ERROR: gcloud crashed (ConnectionError): HTTPSConnectionPool(host='oauth2.googleapis.com', port=443): Max retries exceeded with url: /token (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1044c4790>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known')) If you would like to report this issue, please run the following command: gcloud feedback To check gcloud for common problems, please run the following command: gcloud info --run-diagnostics
Related[edit]
gcloud projects list
gcloud auth activate-service-account
gcloud auth list
gcloud auth application-default login
curl
Cannot GET /
gcloud init
See also[edit]
gcloud auth
[list | login | print-access-token | configure-docker | activate-service-account | application-default login] | print-access-token | print-identity-token | --help]
gcloud config
[set | list | get-value | configurations | --help
],~/.config/gcloud/, gcloud config set account
gcloud
[config | scheduler | auth | asset | services | gcloud auth login | iam | sql | projects | container
|compute | kms
|source
],gcloud composer environments create
|build
|gcloud config set project
,gcloud source repos create
,gcloud composer environments create
,gcloud version
,gcloud --help
Advertising: