You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run client.CoreV1Api.list_namespace() across different GKE clusters running on different GCP projects, I notice that only the clusters that were inside my current active gcloud project worked.
All the others clusters didn't work and I received the error Error Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application. For more information, please see https://cloud.google.com/docs/authentication/getting-started
This issue is related to #339. Even though google.auth is working as intended I wonder if is there a way to work around this.
The text was updated successfully, but these errors were encountered:
When I tried to run client.CoreV1Api.list_namespace() across different GKE clusters running on different GCP projects, I notice that only the clusters that were inside my current active gcloud project worked.
All the others clusters didn't work and I received the error
Error Could not automatically determine credentials. Please set GOOGLE_APPLICATION_CREDENTIALS or explicitly create credentials and re-run the application. For more information, please see https://cloud.google.com/docs/authentication/getting-started
This issue is related to #339. Even though google.auth is working as intended I wonder if is there a way to work around this.
The text was updated successfully, but these errors were encountered: