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
Due to golang/oauth2#241, we are unable to retrieve the project through oauth2's FindDefaultCredentials when using application default credentials (ADC) as we do for GCP integration tests. This is why we need to set the environment variable PARAGLIDER_GCP_PROJECT. Once the oauth2 issue mentioned above is resolved, the integration test setup should be changed to automatically find the project id.
The text was updated successfully, but these errors were encountered:
seankimkdy
changed the title
[GCP] ADC authentication not providing project ID
[GCP] ADC authentication not providing project ID in integration test
Aug 14, 2023
Due to golang/oauth2#241, we are unable to retrieve the project through oauth2's
FindDefaultCredentials
when using application default credentials (ADC) as we do for GCP integration tests. This is why we need to set the environment variablePARAGLIDER_GCP_PROJECT
. Once the oauth2 issue mentioned above is resolved, the integration test setup should be changed to automatically find the project id.The text was updated successfully, but these errors were encountered: