GoogleCloudPlatform / cloud-sql-jdbc-socket-factory

A collection of Java libraries for connecting securely to Cloud SQL
Apache License 2.0
233 stars 119 forks source link

chore: Update the google-github-actions/auth configuration to use secrets #2051

Closed hessjcg closed 1 month ago

hessjcg commented 1 month ago

This the google-github-actions/auth configuration was incorrectly changed to use vars in #2046 to comply with security team requests. However, this should use github secrets, which hold the service_account and workload_identity_provider. The secret vars are not yet set when the google-github-actions/auth task is run.

jackwotherspoon commented 1 month ago

Closing this based on discussion offline