Configuration & Usage
Detailed configuration, credential resolution order, caching, and runtime behavior for the bx-google-secrets module.
🔧 Configuration Sources
🧩 Application.bx (Per-App)
Application.bx (Per-App)class {
this.name = "myApp"
this.google = {
projectId : "my-gcp-project",
credentialsPath : "${GOOGLE_APPLICATION_CREDENTIALS}",
credentialsJson : "",
cacheTTL : 300
}
}🌍 Global boxlang.json Settings
boxlang.json Settings🌱 Environment Variable Fallback
Setting
Environment Variable(s)
📋 Settings Reference
Setting
Type
Default
Description
🔐 Usage Examples
🧠 Caching Behavior
🏗 Client Lifecycle
🧪 Local Development with gcloud
🚨 Troubleshooting
Last updated
Was this helpful?
