Skip to content

Commit 01656eb

Browse files
bors[bot]Marko Mikulicic
and
Marko Mikulicic
authored
Merge #249
249: Fix RBAC rules for /v1/rotate and /v1/validate r=mkmik a=mkmik Co-authored-by: Marko Mikulicic <[email protected]>
2 parents c60b196 + e241c6f commit 01656eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller.jsonnet

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ controller {
5353
'sealed-secrets-controller', // but often services are referred by name only, let's not make it unnecessarily cryptic
5454
],
5555
verbs: [
56+
'create', // rotate and validate endpoints expect POST, see https://kubernetes.io/docs/reference/access-authn-authz/authorization/#determine-the-request-verb
5657
'get',
5758
],
5859
},

0 commit comments

Comments
 (0)