summaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json
blob: 00a6de5f4a54342c94e51da40fe40190f226c054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "roles": [{
    "name": "admin",
    "functions": [{
      "name": "search",
      "methods": [{
          "name": "GET"
        },
        {
          "name": "DELETE"
        },
        {
          "name": "PUT"
        },
        {
          "name": "POST"
        }
      ]
    }],
    "users": [{
      "username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"
    }]
  }]
}