Skip to content

Commit 8d2a61d

Browse files
docs: add gcp engine auth fields to frontmatter reference (#49120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 78fd190 commit 8d2a61d

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

docs/src/content/docs/reference/frontmatter-full.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)