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
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Usage |
---|---|---|---|
metrics_client_ca and metrics_client_ca_file | METRICS_CLIENT_CA and METRICS_CLIENT_CA_FILE | string | optional |
metrics_client_ca
and metrics_client_ca_file
are bootstrap configuration settings and are not configurable in the Console.
Kubernetes does not support Metrics Client Certificate Authority
Examples
# config file key
metrics_client_ca: base64-encoded-string
# environment variable
METRICS_CLIENT_CA_FILE=/relative/file/location