mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-16 18:47:10 +02:00
metrics: add TLS options (#1939)
* move metrics listener to envoy * add metrics tls options * add test * update docs * update config proto * add function to validate metric addr * fix validation
This commit is contained in:
parent
ec02761e2f
commit
a825b06014
15 changed files with 633 additions and 296 deletions
|
@ -185,6 +185,9 @@ func (src *FileWatcherSource) check(cfg *Config) {
|
|||
cfg.Options.DataBrokerStorageCertKeyFile,
|
||||
cfg.Options.KeyFile,
|
||||
cfg.Options.PolicyFile,
|
||||
cfg.Options.MetricsClientCAFile,
|
||||
cfg.Options.MetricsCertificateFile,
|
||||
cfg.Options.MetricsCertificateKeyFile,
|
||||
}
|
||||
|
||||
for _, pair := range cfg.Options.CertificateFiles {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue