summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-11-29 23:45:35 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-11-29 23:45:35 +0100
commit58feb5f1ab2e016464cea2f13b7f1f28cb14b6b7 (patch)
treeea9c3f417f5f81003b3e24818ddca4fa5ef347e2 /inventory/host_vars/ch-mon.yml
parentch-equinox-*: installing missing kicad packages (diff)
nginx/auth/whawty-sso: add support for release 0.2 and revokable sessions
Diffstat (limited to 'inventory/host_vars/ch-mon.yml')
-rw-r--r--inventory/host_vars/ch-mon.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index 2e8ca38a..d7cb9aaa 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -79,10 +79,18 @@ whawty_nginx_sso_auths:
keys:
- name: 2023-11
ed25519:
- public-key: |-
+ public-key-data: |-
-----BEGIN PUBLIC KEY-----
MCowBQYDK2VwAyEAawvVwThGnYYBDLjQ0Rs71prAmxQ/tfaPUNZvPWS3Z3U=
-----END PUBLIC KEY-----
+ backend:
+ bolt: {}
+ sync:
+ base-url: "https://{{ network_services.http.addr }}"
+ http-host: "login.chaos-at-home.org"
+ token: "{{ vault_whawty_nginx_sso_sync_tokens['chaos-at-home'][inventory_hostname] }}"
+ tls:
+ server-name: "login.chaos-at-home.org"
web:
listen: 127.0.0.1:1234