paraglider-project / paraglider

Streamlining cloud networking
https://paragliderproject.io
Apache License 2.0
61 stars 4 forks source link

[GCP] ADC authentication not providing project ID in integration test #26

Open seankimkdy opened 1 year ago

seankimkdy commented 1 year ago

Due to https://github.com/golang/oauth2/issues/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.

divega commented 3 months ago

Triage: this is blocked on the issue linked.