Skip to content

Commit c11802c

Browse files
committed
user-guide: fix authorization using k8s service account returning 403 instead of 200
Closes: Kuadrant#216
1 parent ee32f38 commit c11802c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/user-guides/authenticated-rl-with-jwt-and-k8s-authnz.md

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ spec:
114114
kubernetes:
115115
audiences:
116116
- https://kubernetes.default.svc.cluster.local
117+
extendedProperties:
118+
- name: sub
119+
valueFrom:
120+
authJSON: auth.identity.user.username
117121
authorization:
118122
- name: k8s-rbac
119123
kubernetes:

0 commit comments

Comments
 (0)