aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/configurationApp/policies.json
blob: cd9e9fc157230d9f6435995c8b061614a0d6fe63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "path": "/**/operations/cluster-admin**",
    "actions": {
      "get": true,
      "post": true,
      "put": true,
      "patch": true,
      "delete": true
    }
  }
]