node_exporter: Remove allowed sans option
Some of our node_exporter versions are too old and don't support allowed sans option.
This commit is contained in:
parent
11c8da0558
commit
47ee78221f
1 changed files with 0 additions and 5 deletions
|
@ -4,9 +4,4 @@ tls_server_config:
|
||||||
cert_file: {{ tls_certs }}/{{ inventory_hostname }}.crt
|
cert_file: {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||||
client_ca_file: {{ tls_certs }}/ca.crt
|
client_ca_file: {{ tls_certs }}/ca.crt
|
||||||
client_auth_type: RequireAndVerifyClientCert
|
client_auth_type: RequireAndVerifyClientCert
|
||||||
client_allowed_sans:
|
|
||||||
- prometheus01.home.foo.sh
|
|
||||||
- prometheus02.home.foo.sh
|
|
||||||
- prometheus03.home.foo.sh
|
|
||||||
- prometheus04.home.foo.sh
|
|
||||||
min_version: TLS13
|
min_version: TLS13
|
||||||
|
|
Loading…
Add table
Reference in a new issue