[DCAEMOD] Uses new tpls for repos / images
[oom.git] / kubernetes / pomba / charts / pomba-validation-service / resources / appconfig / auth_policy.json
1 {"roles": [
2     {
3         "name": "admin",
4         "functions": [
5             {
6                 "name": "actions",
7                 "methods": [
8                     {"name": "GET"},
9                     {"name": "DELETE"},
10                     {"name": "PUT"}
11                 ]
12             },
13             {
14                 "name": "validate",
15                 "methods": [{"name": "POST"}]
16             }
17         ],
18         "users": [
19             {"username": "CN=common-name, OU=org-unit, O=org, L=location, ST=state, C=US"},
20             {"username": "CN=test, OU=qa, O=Test Ltd, L=London, ST=London, C=GB"},
21             {"username": "CN=aai-client.dev.att.com, OU=aai digicert client dev, O=\"AT&T Services, Inc.\", L=Dallas, ST=Texas, C=US"}
22         ]
23     },
24     {
25         "name": "ops",
26         "functions": [{
27             "name": "actions",
28             "methods": [{"name": "POST"}]
29         }],
30         "users": [
31             {"username": "CN=common-name, OU=org-unit, O=org, L=location, ST=state, C=US"},
32             {"username": "CN=test, OU=qa, O=Test Ltd, L=London, ST=London, C=GB"}
33         ]
34     },
35     {
36         "name": "basicauth",
37         "functions": [{
38             "name": "util",
39             "methods": [{"name": "GET"}]
40         }],
41         "users": [{
42             "user": "aai",
43             "pass": "OBF:1u2a1t2v1vgb1s3g1s3m1vgj1t3b1u30"
44         }]
45     }
46 ]}