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

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