Skip to content

Commit

Permalink
guides: fix missing label for AuthPolicy for guide (#1010)
Browse files Browse the repository at this point in the history
Signed-off-by: KevFan <[email protected]>
  • Loading branch information
KevFan authored Nov 13, 2024
1 parent 5d97f9a commit d1fd5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/user-guides/auth-for-app-devs-and-platform-engineers.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ metadata:
name: api-key-regular-user
labels:
authorino.kuadrant.io/managed-by: authorino
app: toystore
stringData:
api_key: iamaregularuser
type: Opaque
Expand All @@ -203,6 +204,7 @@ metadata:
name: api-key-admin-user
labels:
authorino.kuadrant.io/managed-by: authorino
app: toystore
annotations:
kuadrant.io/groups: admins
stringData:
Expand Down

0 comments on commit d1fd5dc

Please sign in to comment.