mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
fix: declare google vertex local auth evidence
This commit is contained in:
@@ -76,7 +76,18 @@
|
||||
{
|
||||
"id": "google-vertex",
|
||||
"authMethods": ["api-key"],
|
||||
"envVars": ["GOOGLE_CLOUD_API_KEY"]
|
||||
"envVars": ["GOOGLE_CLOUD_API_KEY"],
|
||||
"authEvidence": [
|
||||
{
|
||||
"type": "local-file-with-env",
|
||||
"fileEnvVar": "GOOGLE_APPLICATION_CREDENTIALS",
|
||||
"fallbackPaths": ["${HOME}/.config/gcloud/application_default_credentials.json"],
|
||||
"requiresAnyEnv": ["GOOGLE_CLOUD_PROJECT", "GCLOUD_PROJECT"],
|
||||
"requiresAllEnv": ["GOOGLE_CLOUD_LOCATION"],
|
||||
"credentialMarker": "gcp-vertex-credentials",
|
||||
"source": "gcloud adc"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user