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
right now it is not supported to configure gcp_credentials etc via environment variables. It'd be useful to support doing so, to allow different forks of a repository to use different workload identity providers.
I searched through the cirrus_cli code, without finding relevant references to gcp_credentials/workload_identity_provider/.. - presumably that is the problem?
Regards,
Andres
The text was updated successfully, but these errors were encountered:
For reference, here is where the credentials are getting parsed
Hm - if I understand correctly, env vars get expanded, but just at the top-level (e.g. gcp_credentials: $VAR), not when the variables are further down (as in the gcp_credentials: workload_identity_provider: $VAR case):
Hi,
right now it is not supported to configure gcp_credentials etc via environment variables. It'd be useful to support doing so, to allow different forks of a repository to use different workload identity providers.
I searched through the cirrus_cli code, without finding relevant references to gcp_credentials/workload_identity_provider/.. - presumably that is the problem?
Regards,
Andres
The text was updated successfully, but these errors were encountered: