From af8220ea5def91c9fd4899419dd1a1c3afd82525 Mon Sep 17 00:00:00 2001 From: David Martin Date: Tue, 26 Nov 2024 10:34:44 +0000 Subject: [PATCH] Add ns to apikey secret Secrets need to be in the same namespace as the Authorino CR. Discussion about this at https://kubernetes.slack.com/archives/C05J0D0V525/p1732556753363609 --- doc/user-guides/secure-protect-connect.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user-guides/secure-protect-connect.md b/doc/user-guides/secure-protect-connect.md index 6a0e3ad76..d2e018f18 100644 --- a/doc/user-guides/secure-protect-connect.md +++ b/doc/user-guides/secure-protect-connect.md @@ -384,6 +384,7 @@ apiVersion: v1 kind: Secret metadata: name: bob-key + namespace: kuadrant-system labels: authorino.kuadrant.io/managed-by: authorino app: toystore @@ -397,6 +398,7 @@ apiVersion: v1 kind: Secret metadata: name: alice-key + namespace: kuadrant-system labels: authorino.kuadrant.io/managed-by: authorino app: toystore