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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user