Here’s the command to authenticate as a service account.
gcloud auth activate-service-account --key-file=key.json |
To log out.
gcloud auth revoke |
cloud engineer
by Ulysses
Here’s the command to authenticate as a service account.
gcloud auth activate-service-account --key-file=key.json |
gcloud auth activate-service-account --key-file=key.json
To log out.
gcloud auth revoke |
gcloud auth revoke