summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-http-proxy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ch-http-proxy.yml')
-rw-r--r--inventory/host_vars/ch-http-proxy.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-http-proxy.yml b/inventory/host_vars/ch-http-proxy.yml
index d5f38241..d26259b9 100644
--- a/inventory/host_vars/ch-http-proxy.yml
+++ b/inventory/host_vars/ch-http-proxy.yml
@@ -59,7 +59,9 @@ whawty_nginx_sso_logins:
keys:
- name: 2023-11
ed25519:
- private-key: "{{ vault_whawty_nginx_sso_login_keys['chaos-at-home']['2023-11'] }}"
+ private-key-data: "{{ vault_whawty_nginx_sso_login_keys['chaos-at-home']['2023-11'] }}"
+ backend:
+ bolt: {}
auth:
static:
autoreload: yes
@@ -67,5 +69,7 @@ whawty_nginx_sso_logins:
listen: 127.0.0.1:1234
login:
title: "chaoSSO login"
+ revocations:
+ tokens: "{{ vault_whawty_nginx_sso_sync_tokens['chaos-at-home'] | dict2items | map(attribute='value') }}"
whawty_nginx_sso_login_static_credentials__chaos-at-home: "{{ vault_whawty_nginx_sso_login_static_credentials['chaos-at-home'] }}"