diff options
Diffstat (limited to 'sdnr/wt/odlux/apps/configurationApp/policies.json')
-rw-r--r-- | sdnr/wt/odlux/apps/configurationApp/policies.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/apps/configurationApp/policies.json b/sdnr/wt/odlux/apps/configurationApp/policies.json new file mode 100644 index 000000000..cd9e9fc15 --- /dev/null +++ b/sdnr/wt/odlux/apps/configurationApp/policies.json @@ -0,0 +1,12 @@ +[ + { + "path": "/**/operations/cluster-admin**", + "actions": { + "get": true, + "post": true, + "put": true, + "patch": true, + "delete": true + } + } +]
\ No newline at end of file |