summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-11-13 22:00:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-11-13 22:00:02 +0100
commit7e8f3c70b28a6ebb69e1bd47bf8415ef7dfac807 (patch)
tree70c2bc35699c9c3fbdd34340876d8b30396630f0 /inventory
parentfinalize whawty.nginx-sso roles (diff)
remove temporary nginx-sso test stuff
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-http-proxy.yml4
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml25
2 files changed, 2 insertions, 27 deletions
diff --git a/inventory/host_vars/ch-http-proxy.yml b/inventory/host_vars/ch-http-proxy.yml
index 07376b36..255dbebe 100644
--- a/inventory/host_vars/ch-http-proxy.yml
+++ b/inventory/host_vars/ch-http-proxy.yml
@@ -53,8 +53,8 @@ whawty_nginx_sso_logins:
config:
cookie:
domain: ".chaos-at-home.org"
- name: chaos-at-home-sso
- secure: false
+ name: __Secure-chaos-at-home-sso
+ secure: yes
expire: 23h
keys:
- name: 2023-11
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index bec8d70d..415e6774 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -35,28 +35,3 @@ network:
- *_network_primary_
ntp_variant: systemd-timesyncd
-
-
-
-whawty_nginx_sso_backends:
- chaos-at-home:
- port: 1234
- login_url: https://login.chaos-at-home.org/login
-
-whawty_nginx_sso_auths:
- chaos-at-home:
- config:
- cookie:
- domain: ".chaos-at-home.org"
- name: chaos-at-home-sso
- secure: no
- expire: 23h
- keys:
- - name: 2023-11
- ed25519:
- public-key: |-
- -----BEGIN PUBLIC KEY-----
- MCowBQYDK2VwAyEAawvVwThGnYYBDLjQ0Rs71prAmxQ/tfaPUNZvPWS3Z3U=
- -----END PUBLIC KEY-----
- web:
- listen: 127.0.0.1:1234