Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 76b2ffc

Browse files
committed
ISSUE-180 Updating CluserRole to include userextras/remote-client-ip
Signed-off-by: Justinas Balinskas <[email protected]>
1 parent ed9eaac commit 76b2ffc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/charts/kube-oidc-proxy/templates/clusterrole.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rules:
1717
- "authentication.k8s.io"
1818
resources:
1919
- "userextras/scopes"
20+
- "userextras/remote-client-ip"
2021
- "tokenreviews"
2122
verbs:
2223
- "create"

deploy/yaml/kube-oidc-proxy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ rules:
135135
- "authentication.k8s.io"
136136
resources:
137137
- "userextras/scopes"
138+
- "userextras/remote-client-ip"
138139
- "tokenreviews"
139140
verbs:
140141
- "create"

0 commit comments

Comments
 (0)