1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -15,7 +15,10 @@ DESCRIPTION
When given a service account, this command does not revoke the service
account token on the server because service account tokens are not
revocable. Instead, it will print a warning and remove the credential from
the local machine.
the local machine. When used with a service account, this command has only
a local effect and the key associated with the service account is not
deleted. This can be done by executing gcloud iam service-accounts keys
delete after revoke.
When given an external account (workload identity pool), whether
impersonated or not, the command does not revoke the corresponding token on