Difference between revisions of "Google Cloud Service account"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
Service accounts do not have [[passwords]], and cannot log in via browsers or cookies, you can generate access keys with <code>[[gcloud iam service-accounts keys create]]</code> command.
 
Service accounts do not have [[passwords]], and cannot log in via browsers or cookies, you can generate access keys with <code>[[gcloud iam service-accounts keys create]]</code> command.
  
 +
 +
Create service account:
 +
* <code>[[gcloud iam service-accounts create]]</code>
  
 
* <code>[[gcloud auth activate-service-account]] --key-file=[[your_key_file_name.json]]</code>
 
* <code>[[gcloud auth activate-service-account]] --key-file=[[your_key_file_name.json]]</code>

Revision as of 13:58, 24 November 2022

Advertising: