Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/src/content/docs/reference/frontmatter-full.md
Original file line number Diff line number Diff line change
Expand Up @@ -2455,8 +2455,9 @@ engine:
# (optional)
azure-cloud: "example-value"

# Optional WIF provider discriminator. Recognized values are 'azure' and
# 'anthropic'.
# Optional WIF provider discriminator. Recognized values are 'azure',
# 'anthropic', and 'gcp'. Use 'gcp' for Gemini Vertex AI authentication via
# Google Cloud Workload Identity Federation.
# (optional)
provider: "example-value"

Expand All @@ -2476,6 +2477,22 @@ engine:
# (optional)
workspace-id: "example-value"

# Google Cloud Workload Identity Provider resource name for Vertex AI WIF.
# (optional)
workload-identity-provider: "example-value"

# Google Cloud service account email to impersonate for Vertex AI WIF.
# (optional)
service-account: "example-value"

# Google Cloud project ID for Vertex AI WIF.
# (optional)
project: "example-value"

# Google Cloud location for Vertex AI WIF (defaults to us-central1).
# (optional)
location: "example-value"

# Additional TOML configuration text that will be appended to the generated
# config.toml in the action (codex engine only)
# (optional)
Expand Down
Loading