mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Remove most hensen.io refs and move from stalwart.rubenhensen.nl to mail.rubenhensen.nl
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user