prometheus operator v0.93.1
ScrapeConfig.spec.puppetDBSDConfigs[].tlsConfig
tlsConfig defines the TLS configuration to connect to the PuppetDB server.
| Field / Type | Description |
|---|---|
ca defines the Certificate authority used when verifying server certificates. | |
cert defines the Client certificate to present when doing client-authentication. | |
insecureSkipVerify | insecureSkipVerify defines how to disable target certificate validation. |
keySecret defines the Secret containing the client key file for the targets.
| |
maxVersion | maxVersion defines the maximum acceptable TLS version. It requires Prometheus >= v2.41.0 or Thanos >= v0.31.0.
|
minVersion | minVersion defines the minimum acceptable TLS version. It requires Prometheus >= v2.35.0 or Thanos >= v0.28.0.
|
serverName | serverName is used to verify the hostname for the targets. |