This commit is contained in:
2026-05-19 18:28:06 +02:00
parent df663c8193
commit 97e0e48271
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
apiVersion: v1
kind: Secret
metadata:
name: auth-oidc
namespace: chibisafe
type: Opaque
stringData:
cookie-secret: "gtwkoUMSp1wJa2o5Fo5CNByR8+kTocJOOuywuLexRO4="

View File

@@ -4,3 +4,4 @@ resources:
- chibisafe.yaml
- keycloak-client-config.yaml
- ingressroute.yaml
- auth-oidc-secret.yaml