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
feat(auth): Simplify and unify Workload Identity configuration (#33)
Renames to to create a single, unified variable for all Google Cloud
authentication.
Key changes:
- The now uses this unified provider for a more generic authentication
step.
- All documentation and workflows have been updated to use the new
variable.
- The script is updated to reflect the new variable name in its output.
This is a follow up after
#18
<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.
Please describe your change and any implementation details below.
-->
| GEMINI_CLI_VERSION | Controls which version of the Gemini CLI is installed. Supports npm versions (e.g., `0.1.0`, `latest`), a branch name (e.g., `main`), or a commit hash. | Variable | No | To pin or override CLI version |
82
-
|OTLP_GCP_WIF_PROVIDER| The full resource name of the Workload Identity Provider. | Variable | No | If using observability |
82
+
|GCP_WIF_PROVIDER| The full resource name of the Workload Identity Provider. | Variable | No | If using observability |
83
83
| OTLP_GOOGLE_CLOUD_PROJECT | The Google Cloud project for telemetry. | Variable | No | If using observability |
84
84
| GOOGLE_CLOUD_PROJECT | The Google Cloud project for Vertex auth. | Variable | No | If using Vertex auth |
85
85
| GOOGLE_CLOUD_LOCATION | The location of the Google Cloud project for Vertex auth. | Variable | No | If using Vertex auth |
0 commit comments