You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controller.jsonnet
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ controller {
53
53
'sealed-secrets-controller', // but often services are referred by name only, let's not make it unnecessarily cryptic
54
54
],
55
55
verbs: [
56
+
'create', // rotate and validate endpoints expect POST, see https://kubernetes.io/docs/reference/access-authn-authz/authorization/#determine-the-request-verb
0 commit comments