aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src/test/resources/bundleconfig-local/etc/auth/aai_policy.json
blob: 9706ce90071cda2db7833f1b7b006a5bcdb58c12 (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
32
33
34
35
36
37
{
    "roles": [{
            "name": "testRole",
            "functions": [{
                    "name": "testFunction",
                    "methods": [{
                            "name": "GET"
                        }, {
                            "name": "DELETE"
                        }, {
                            "name": "PUT"
                        }
                    ]
                }
            ],
            "users": [{
                    "username": "testUser"
                }
            ]
        }, {
            "name": "testBasicAuth",
            "functions": [{
                    "name": "testBasicAuthFuncyion",
                    "methods": [{
                            "name": "GET"
                        }
                    ]
                }
            ],
            "users": [{
                    "user": "testBasicAuthUser",
                    "pass": "OBF:1ytc1vu91v2p1rxf1mqh1v8s1z0d1msn1san1mqf1z0h1v9u1msl1rvf1v1p1vv11yta"
                }
            ]
        }
    ]
}