Remove most hensen.io refs and move from stalwart.rubenhensen.nl to mail.rubenhensen.nl

This commit is contained in:
Ruben Hensen
2026-04-06 18:09:24 +02:00
parent c876a725c1
commit faaf6b6729
16 changed files with 13 additions and 97 deletions
-1
View File
@@ -63,7 +63,6 @@ spec:
oidc_client_secret="$OIDC_CLIENT_SECRET" \
default_role="default"
vault write auth/oidc/role/default \
allowed_redirect_uris="https://vault.hensen.io/ui/vault/auth/oidc/oidc/callback" \
allowed_redirect_uris="https://vault.rubenhensen.nl/ui/vault/auth/oidc/oidc/callback" \
allowed_redirect_uris="http://localhost:8250/oidc/callback" \
user_claim="preferred_username" \
-2
View File
@@ -36,8 +36,6 @@ server:
tls:
- secretName: letsencrypt-prod
hosts:
- vault.hensen.io
- vault.rubenhensen.nl
hosts:
- host: "vault.hensen.io"
- host: "vault.rubenhensen.nl"
+1 -1
View File
@@ -5,7 +5,7 @@ metadata:
spec:
provider:
vault:
server: "https://vault.hensen.io"
server: "https://vault.rubenhensen.nl"
path: "kv"
# Version is the Vault KV secret engine version.
# This can be either "v1" or "v2", defaults to "v2"