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 945fac0 commit 1f9b5c0Copy full SHA for 1f9b5c0
example_configs/keycloak_oidc/policy/rbac/rbac.rego
@@ -17,6 +17,8 @@ tag_permissions := {
17
"write:metadata",
18
"create",
19
"register",
20
+ "delete:node",
21
+ "delete:revision"
22
],
23
"beamline_x_user": [
24
"read:data",
@@ -29,6 +31,8 @@ tag_permissions := {
29
31
30
32
33
34
35
36
37
}
38
0 commit comments