aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/pomba/charts/pomba-search-data/resources/config/auth/search_policy.json
blob: a83422753da00944b49003b06c726a849aa1ca4d (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
25
26
27
28
29
30
31
{
  "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"
        }
      ]
    }
  ]
}