Skip to content

Commit

Permalink
Add ns to apikey secret (#1047)
Browse files Browse the repository at this point in the history
Secrets need to be in the same namespace as the Authorino CR.

Discussion about this at https://kubernetes.slack.com/archives/C05J0D0V525/p1732556753363609
  • Loading branch information
david-martin authored Nov 27, 2024
1 parent 140bbcc commit f58cb54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ apiVersion: v1
kind: Secret
metadata:
name: bob-key
namespace: kuadrant-system
labels:
authorino.kuadrant.io/managed-by: authorino
app: toystore
Expand All @@ -397,6 +398,7 @@ apiVersion: v1
kind: Secret
metadata:
name: alice-key
namespace: kuadrant-system
labels:
authorino.kuadrant.io/managed-by: authorino
app: toystore
Expand Down

0 comments on commit f58cb54

Please sign in to comment.