- Category: Faas / Serverless
- Website: https://cloud.google.com/run
Setting | Env var | Default value | Description |
---|---|---|---|
gcp.credentials |
GCP_CREDENTIALS |
The base64-encoded JSON key file for the GCP service account | |
gcp.cloudrun.endpoint |
GCP_CLOUDRUN_ENDPOINT |
The URL of the Cloud Run, if not empty, Google Cloud Run is enabled | |
gcp.cloudrun.jwt |
GCP_CLOUDRUN_JWT |
Appropriate JWT to invoke the Cloud Function | |
gcp.cloudrun.minimumpriority |
GCP_CLOUDRUN_MINIMUMPRIORITY |
"" (= debug ) |
Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or "" |
Note
The Env var values override the settings from yaml file.
gcp:
credentials: "" # The base64-encoded JSON key file for the GCP service account
cloudrun:
endpoint: "" # The URL of the Cloud Function
jwt: "" # Appropriate JWT to invoke the Cloud Function
# minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)