Difference between revisions of "Google Cloud Service account"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
  
 
== Commands ==
 
== Commands ==
* <code>[[gcloud iam]]</code>
 
 
* <code>[[gcloud iam service-accounts --help]]</code>
 
* <code>[[gcloud iam service-accounts --help]]</code>
 
* <code>[[gcloud iam service-accounts]]</code>
 
* <code>[[gcloud iam service-accounts]]</code>
Line 39: Line 38:
 
* {{gcloud iam service-accounts}}
 
* {{gcloud iam service-accounts}}
 
* {{gcloud config}}
 
* {{gcloud config}}
 +
* {{sa}}
 +
  
 
[[Category:GCP]]
 
[[Category:GCP]]

Latest revision as of 07:52, 9 October 2023

Service accounts do not have passwords, and cannot log in via browsers or cookies, you can create an account with gcloud iam service-accounts create and generate access keys with gcloud iam service-accounts keys create command.


Create service account:

Create login keys for service account:

See: your_key_file_name.json, "type": "service_account"

Login into a service account using generated keys:


Commands[edit]

Related[edit]

See also[edit]

Advertising: