Difference between revisions of "Your key file name.json"
Jump to navigation
Jump to search
(Created page with " { "type": "service_account", "project_id": "your-project", "private_key_id": "461f06f39328f37axxxxxx", "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBA.../...") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lc}} | |
{ | { | ||
− | "type": "service_account", | + | "type": "[[service_account]]", |
"project_id": "your-project", | "project_id": "your-project", | ||
"private_key_id": "461f06f39328f37axxxxxx", | "private_key_id": "461f06f39328f37axxxxxx", | ||
Line 10: | Line 10: | ||
"token_uri": "https://oauth2.googleapis.com/token", | "token_uri": "https://oauth2.googleapis.com/token", | ||
"auth_provider_[[x509]]_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | "auth_provider_[[x509]]_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | ||
− | "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/local-dev- | + | "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/local-dev-user%40your.project.iam.gserviceaccount.com" |
} | } | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[gcloud iam service-accounts keys create]]</code> | ||
+ | * <code>[[gcloud auth activate-service-account --key-file]]</code> | ||
+ | * <code>[[gcloud projects list]]</code> | ||
+ | * <code>[[GOOGLE_APPLICATION_CREDENTIALS]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{gcloud iam}} | ||
+ | * {{Google Cloud Service account}} | ||
+ | |||
+ | [[Category:GCP]] |
Latest revision as of 13:57, 24 November 2022
{ "type": "service_account", "project_id": "your-project", "private_key_id": "461f06f39328f37axxxxxx", "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEvgIBA.../...DANBgkqhkiG9-----END PRIVATE KEY-----\n", "client_email": "[email protected]", "client_id": "101423435667", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/local-dev-user%40your.project.iam.gserviceaccount.com" }
Related[edit]
gcloud iam service-accounts keys create
gcloud auth activate-service-account --key-file
gcloud projects list
GOOGLE_APPLICATION_CREDENTIALS
See also[edit]
Advertising: