Different Authentication ways for GCP cloud
There are two ways to authenticate the user/service account
How to activate application default credentials:
Use your user account
gcloud auth application-default login
Use a service account(for any automation script/process)
set environment var...
indrajeetgour.hashnode.dev1 min read