Difference between revisions of "GOOGLE APPLICATION CREDENTIALS"
Jump to navigation
Jump to search
(Created page with " == Related == * <code>gcloud iam service-accounts keys create</code> * <code>gcloud auth activate-service-account</code> * <code>gcloud projects list</code> ...") |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable | ||
+ | export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/[[credentials.json]]" | ||
== Related == | == Related == | ||
Line 5: | Line 7: | ||
* <code>[[gcloud auth activate-service-account]]</code> | * <code>[[gcloud auth activate-service-account]]</code> | ||
* <code>[[gcloud projects list]]</code> | * <code>[[gcloud projects list]]</code> | ||
+ | * <code>[[gcloud auth list]]</code> | ||
+ | * <code>[[$HOME/.config/gcloud/]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{gcloud iam service-accounts}} | ||
+ | * {{gcloud config}} | ||
[[Category:GCP]] | [[Category:GCP]] |
Latest revision as of 11:52, 22 August 2022
https://cloud.google.com/docs/authentication/getting-started#setting_the_environment_variable
export GOOGLE_APPLICATION_CREDENTIALS="/path/to/your/credentials.json"
Related[edit]
gcloud iam service-accounts keys create
gcloud auth activate-service-account
gcloud projects list
gcloud auth list
$HOME/.config/gcloud/
See also[edit]
Advertising: