aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-search-data/resources/config/auth/search_policy.json
blob: bbbe52f5b5057762e5a8eba5b89bd8216135f9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"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"
				}
			]
		}		
	]
}