From b889b9d8f4c59cc4ee8b8d2cec0099ba5d00f6df Mon Sep 17 00:00:00 2001 From: Robert Helewka Date: Sat, 11 Apr 2026 10:32:39 -0400 Subject: [PATCH] fix(ansible): update prometheus oauth2 vault secret variable names Update variable references in the prospero.incus.yml inventory file to remove the redundant _oauth2 suffix from vault keys. This aligns the ansible configuration with the updated secret naming convention. --- ansible/inventory/host_vars/prospero.incus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/inventory/host_vars/prospero.incus.yml b/ansible/inventory/host_vars/prospero.incus.yml index 23e75a9..5be562a 100644 --- a/ansible/inventory/host_vars/prospero.incus.yml +++ b/ansible/inventory/host_vars/prospero.incus.yml @@ -78,9 +78,9 @@ prometheus_proxy_port: 9091 prometheus_oauth2_proxy_dir: /etc/oauth2-proxy-prometheus prometheus_oauth2_proxy_version: "7.6.0" prometheus_oauth2_oidc_issuer_url: "https://id.ouranos.helu.ca" -prometheus_oauth2_client_id: "{{ vault_prometheus_oauth2_client_id }}" -prometheus_oauth2_client_secret: "{{ vault_prometheus_oauth2_client_secret }}" -prometheus_oauth2_cookie_secret: "{{ vault_prometheus_oauth2_cookie_secret }}" +prometheus_oauth2_client_id: "{{ vault_prometheus_oauth_client_id }}" +prometheus_oauth2_client_secret: "{{ vault_prometheus_oauth_client_secret }}" +prometheus_oauth2_cookie_secret: "{{ vault_prometheus_oauth_cookie_secret }}" # ============================================================================ # Alertmanager