summaryrefslogtreecommitdiffstats
path: root/champ-service/appconfig/auth/champ_policy.json
blob: a39a1461e539d50b5062f67f2327a96d60007c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"roles": [
		{
			"name": "admin",
			"functions": [
				{
					"name": "champ", "methods": [ { "name": "GET" },{ "name": "DELETE" }, { "name": "PUT" }, { "name": "POST" } ]
				}
			],

			"users": [
				{
					"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"
				}
			]
		}
	]
}