Bug in project ID Automated Google Cloud Platform Authentication (gcp-auth addon) when using end user credentials #9154
Labels
area/provider/gcp
Issues or PRs related to gcp provider
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
There seems to be an issue with the
gcp-auth
addon when using end user credentials.I have logged in using
gcloud auth login
. Then I've started minikube usingminikube start --adons=gcp-auth
. Then I've deployed a container that does the followingwhich leads to the following error
A bit of investigating shows that the project ID from the authentication is wrong
This was originally posted in
firebase_admin
python SDKWorkaround
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
minikube start --adons=gcp-auth
The text was updated successfully, but these errors were encountered: