diff options
author | 2024-05-30 15:44:26 +0100 | |
---|---|---|
committer | 2024-05-30 15:44:26 +0100 | |
commit | ab1addbf826c44aab11f1f23181b980f9d30c6fc (patch) | |
tree | c03696112564031f66eee2fdbc26428dec4540df /ansible | |
parent | Enable mTLS SAN validation (diff) |
Add sudo.tls.pydis.wtf to allowed SANs for Prometheus
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/host_vars/lovelace/prometheus.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/host_vars/lovelace/prometheus.yml b/ansible/host_vars/lovelace/prometheus.yml index dda5c20..6d1d098 100644 --- a/ansible/host_vars/lovelace/prometheus.yml +++ b/ansible/host_vars/lovelace/prometheus.yml @@ -17,6 +17,7 @@ prometheus_web_configuration: client_allowed_sans: - prometheus.access.tls.pydis.wtf + - sudo.access.tls.pydis.wtf prometheus_configuration: global: |