From 1bd5577fc9581a18783d3d4a27b8cadbb8bc6f2c Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 19 May 2026 18:15:17 +0200 Subject: [PATCH] oauth secret injector --- cluster-resources/policies/auth-sidecar-injector.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cluster-resources/policies/auth-sidecar-injector.yaml b/cluster-resources/policies/auth-sidecar-injector.yaml index 0babdc2..ebd4c58 100644 --- a/cluster-resources/policies/auth-sidecar-injector.yaml +++ b/cluster-resources/policies/auth-sidecar-injector.yaml @@ -53,7 +53,9 @@ spec: app.kubernetes.io/managed-by: kyverno app.kubernetes.io/created-by: inject-auth-sidecar type: Opaque - data: {} + data: + client-secret: AgBHbqXV1iuVNc1txIt2VWm + cookie-secret: AgA3NHKTzIdz9PgWDLhyZRt8c1SP7o - name: generate-auth-oidc-secret skipBackgroundRequests: true match: @@ -91,7 +93,9 @@ spec: app.kubernetes.io/managed-by: kyverno app.kubernetes.io/created-by: inject-auth-sidecar type: Opaque - data: {} + data: + client-secret: AgBHbqXV1iuVNc1txIt2VWm + cookie-secret: AgA3NHKTzIdz9PgWDLhyZRt8c1SP7o - name: inject-sidecar-token skipBackgroundRequests: true match: