File tree Expand file tree Collapse file tree
docs/src/content/docs/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2455,8 +2455,9 @@ engine:
24552455 # (optional)
24562456 azure-cloud : " example-value"
24572457
2458- # Optional WIF provider discriminator. Recognized values are 'azure' and
2459- # 'anthropic'.
2458+ # Optional WIF provider discriminator. Recognized values are 'azure',
2459+ # 'anthropic', and 'gcp'. Use 'gcp' for Gemini Vertex AI authentication via
2460+ # Google Cloud Workload Identity Federation.
24602461 # (optional)
24612462 provider : " example-value"
24622463
@@ -2476,6 +2477,22 @@ engine:
24762477 # (optional)
24772478 workspace-id : " example-value"
24782479
2480+ # Google Cloud Workload Identity Provider resource name for Vertex AI WIF.
2481+ # (optional)
2482+ workload-identity-provider : " example-value"
2483+
2484+ # Google Cloud service account email to impersonate for Vertex AI WIF.
2485+ # (optional)
2486+ service-account : " example-value"
2487+
2488+ # Google Cloud project ID for Vertex AI WIF.
2489+ # (optional)
2490+ project : " example-value"
2491+
2492+ # Google Cloud location for Vertex AI WIF (defaults to us-central1).
2493+ # (optional)
2494+ location : " example-value"
2495+
24792496 # Additional TOML configuration text that will be appended to the generated
24802497 # config.toml in the action (codex engine only)
24812498 # (optional)
You can’t perform that action at this time.
0 commit comments