Update poms to conform to merge job requirements
[aai/search-data-service.git] / search-data-service-app / src / test / resources / json / search_policy.json
1 {
2   "roles": [
3     {
4     "name": "testRole",
5     "functions": [{
6       "name": "testFunction",
7       "methods": [{
8         "name": "GET"
9       }, {
10         "name": "DELETE"
11       }, {
12         "name": "PUT"
13       }
14       ]
15     }
16     ],
17     "users": [{
18       "username": "testUser"
19     }
20
21     ]
22   },
23
24     {
25       "name": "devRole",
26       "functions": [{
27         "name": "search",
28         "methods": [{
29           "name": "GET"
30         }, {
31           "name": "DELETE"
32         }, {
33           "name": "PUT"
34         }
35         ]
36       }
37       ],
38       "users": [
39         {
40           "username": "cn=onap, ou=onap, o=onap, l=ottawa, st=ontario, c=ca"
41         }
42
43       ]
44     },
45
46     {
47     "name": "testBasicAuth",
48     "functions": [{
49       "name": "testBasicAuthFuncyion",
50       "methods": [{
51         "name": "GET"
52       }
53       ]
54     }
55     ],
56     "users": [{
57       "user": "testBasicAuthUser",
58       "pass": "OBF:1ytc1vu91v2p1rxf1mqh1v8s1z0d1msn1san1mqf1z0h1v9u1msl1rvf1v1p1vv11yta"
59     }
60     ]
61   }
62   ]
63 }