Created
May 7, 2023 21:46
-
-
Save jhenaoz/bc6deb0de79faeca226239b096aa7883 to your computer and use it in GitHub Desktop.
service account from gcloud account
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcloud auth application-default login --quiet --verbosity warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.