Update to 2023-01-12 00:02

This commit is contained in:
Daniel Berteaud
2023-01-12 00:02:27 +01:00
parent e45b72e3c4
commit df81b15533
6 changed files with 17 additions and 7 deletions

View File

@@ -78,6 +78,10 @@ vault_base_conf:
# Default is False which means you can reach vault both directly or through your reverse proxy
x_forwarded_for_reject_not_present: False
telemetry:
# Allow unauthenticated access to /v1/sys/metrics
unauthenticated_metrics_access: True
# URL of the API to advertise
api_addr: https://{{ inventory_hostname }}:{{ vault_services.api.port }}
# URL of the inter-node communication endpoint to advertise
@@ -115,6 +119,7 @@ vault_base_conf:
telemetry:
prometheus_retention_time: 1h
disable_hostname: True
enable_hostname_label: True
# You can add additional paramters in vault_extra_conf (or vault_host_conf)
# they will be merged into the vault_base_conf before rendering