Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhenaoz/bc6deb0de79faeca226239b096aa7883 to your computer and use it in GitHub Desktop.
Save jhenaoz/bc6deb0de79faeca226239b096aa7883 to your computer and use it in GitHub Desktop.
service account from gcloud account
gcloud auth application-default login --quiet --verbosity warning
@jhenaoz
Copy link
Author

jhenaoz commented May 7, 2023

this will prompt your user and generate a service account with the same permissions as your user in GCloud.

This is design to run apps locally with the same permissions you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment