We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8494a05 commit b8dd7e6Copy full SHA for b8dd7e6
src/main/resources/extensions/role-templates.yaml
@@ -11,6 +11,8 @@ metadata:
11
rbac.authorization.halo.run/display-name: "Comment Widget Public APIs"
12
rules:
13
- apiGroups: [ "api.commentwidget.halo.run" ]
14
- resources: [ "captcha/generate", "config" ]
+ resources: [ "captcha/generate" ]
15
verbs: [ "get" ]
16
-
+ - apiGroups: [ "api.commentwidget.halo.run" ]
17
+ resources: [ "config" ]
18
+ verbs: [ "list" ]
0 commit comments