[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / pomba / charts / pomba-data-router / resources / config / auth / data-router_policy.json
1 {
2   "roles": [
3     {
4       "name": "admin",
5       "functions": [
6         {
7           "name": "search", "methods": [ { "name": "GET" },{ "name": "DELETE" }, { "name": "PUT" }, { "name": "POST" } ]
8         }
9       ],
10
11       "users": [
12         {
13           "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"
14         }
15       ]
16     }
17   ]
18 }