Skip to main content

Metrics Client Certificate Authority

Summary

Metrics Client Certificate Authority is the X.509 public-key used to validate mTLS client certificates for the metrics endpoint. If not set, no client certificate will be required.

How to configure

Config file keysEnvironment variablesTypeUsage
metrics_client_ca and metrics_client_ca_fileMETRICS_CLIENT_CA and METRICS_CLIENT_CA_FILEstringoptional

Examples

# config file key
metrics_client_ca: base64-encoded-string

# environment variable
METRICS_CLIENT_CA_FILE=/relative/file/location