From 97e0e4827120a6802b1423fee6c3b349b5cc5f36 Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 19 May 2026 18:28:06 +0200 Subject: [PATCH] secret --- infra/overlays/upc-dev/chibisafe/auth-oidc-secret.yaml | 8 ++++++++ infra/overlays/upc-dev/chibisafe/kustomization.yaml | 1 + 2 files changed, 9 insertions(+) create mode 100644 infra/overlays/upc-dev/chibisafe/auth-oidc-secret.yaml diff --git a/infra/overlays/upc-dev/chibisafe/auth-oidc-secret.yaml b/infra/overlays/upc-dev/chibisafe/auth-oidc-secret.yaml new file mode 100644 index 0000000..615951c --- /dev/null +++ b/infra/overlays/upc-dev/chibisafe/auth-oidc-secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: auth-oidc + namespace: chibisafe +type: Opaque +stringData: + cookie-secret: "gtwkoUMSp1wJa2o5Fo5CNByR8+kTocJOOuywuLexRO4=" diff --git a/infra/overlays/upc-dev/chibisafe/kustomization.yaml b/infra/overlays/upc-dev/chibisafe/kustomization.yaml index 5ec465b..815b8fb 100644 --- a/infra/overlays/upc-dev/chibisafe/kustomization.yaml +++ b/infra/overlays/upc-dev/chibisafe/kustomization.yaml @@ -4,3 +4,4 @@ resources: - chibisafe.yaml - keycloak-client-config.yaml - ingressroute.yaml +- auth-oidc-secret.yaml