9706ce90071cda2db7833f1b7b006a5bcdb58c12
[aai/traversal.git] / aai-traversal / src / test / resources / bundleconfig-local / etc / auth / aai_policy.json
1 {
2     "roles": [{
3             "name": "testRole",
4             "functions": [{
5                     "name": "testFunction",
6                     "methods": [{
7                             "name": "GET"
8                         }, {
9                             "name": "DELETE"
10                         }, {
11                             "name": "PUT"
12                         }
13                     ]
14                 }
15             ],
16             "users": [{
17                     "username": "testUser"
18                 }
19             ]
20         }, {
21             "name": "testBasicAuth",
22             "functions": [{
23                     "name": "testBasicAuthFuncyion",
24                     "methods": [{
25                             "name": "GET"
26                         }
27                     ]
28                 }
29             ],
30             "users": [{
31                     "user": "testBasicAuthUser",
32                     "pass": "OBF:1ytc1vu91v2p1rxf1mqh1v8s1z0d1msn1san1mqf1z0h1v9u1msl1rvf1v1p1vv11yta"
33                 }
34             ]
35         }
36     ]
37 }