Add rubenhensen.nl to all ingresses

This commit is contained in:
Ruben Hensen
2026-03-15 11:46:24 +01:00
parent f78b3fc830
commit c51c98e821
10 changed files with 115 additions and 16 deletions
+1
View File
@@ -64,6 +64,7 @@ spec:
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" \
oidc_scopes="openid,profile,email" \
+2
View File
@@ -37,5 +37,7 @@ server:
- secretName: letsencrypt-prod
hosts:
- vault.hensen.io
- vault.rubenhensen.nl
hosts:
- host: "vault.hensen.io"
- host: "vault.rubenhensen.nl"