mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add rubenhensen.nl to all ingresses
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -37,5 +37,7 @@ server:
|
||||
- secretName: letsencrypt-prod
|
||||
hosts:
|
||||
- vault.hensen.io
|
||||
- vault.rubenhensen.nl
|
||||
hosts:
|
||||
- host: "vault.hensen.io"
|
||||
- host: "vault.rubenhensen.nl"
|
||||
|
||||
Reference in New Issue
Block a user