Difference between revisions of "GOOGLE APPLICATION CREDENTIALS"

From wikieduonline
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

Advertising: