From 6384fa6dbac5d6b012a1d1ddcd113c1850655cea Mon Sep 17 00:00:00 2001 From: Sid <58144379+sidwebworks@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:07:01 +0530 Subject: [PATCH] Update k8-operator/config/samples/universalAuthIdentitySecret.yaml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- k8-operator/config/samples/universalAuthIdentitySecret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8-operator/config/samples/universalAuthIdentitySecret.yaml b/k8-operator/config/samples/universalAuthIdentitySecret.yaml index f0414e804..723c62a70 100644 --- a/k8-operator/config/samples/universalAuthIdentitySecret.yaml +++ b/k8-operator/config/samples/universalAuthIdentitySecret.yaml @@ -4,5 +4,5 @@ metadata: name: universal-auth-credentials type: Opaque stringData: - clientId: 86c17800-00b9-4556-89a8-ea11ac6f8371 - clientSecret: c5bc415b2fe4d40d9d7560bcf3f78cbf65edacc618d293503df1b6f175467933 + clientId: your-client-id-here + clientSecret: your-client-secret-here