diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-30 19:04:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-30 19:04:02 +0000 |
commit | 7f45a78ebc41481e5007ca256962e8e276a335ea (patch) | |
tree | 4073c35b24410665cd3a13e3c9bda6f8743842ba /kubernetes/aai/charts/aai-data-router/resources/config/auth | |
parent | 187e47a9b8401f6a26c82a5a7ee8c5a83d253a20 (diff) | |
parent | f4fc1c626b33777d2ab6e340fa36d5827f7bcb1d (diff) |
Merge "Apache2 License addition"
Diffstat (limited to 'kubernetes/aai/charts/aai-data-router/resources/config/auth')
-rw-r--r-- | kubernetes/aai/charts/aai-data-router/resources/config/auth/data-router_policy.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/kubernetes/aai/charts/aai-data-router/resources/config/auth/data-router_policy.json b/kubernetes/aai/charts/aai-data-router/resources/config/auth/data-router_policy.json index 1b4a6b0868..c03870e288 100644 --- a/kubernetes/aai/charts/aai-data-router/resources/config/auth/data-router_policy.json +++ b/kubernetes/aai/charts/aai-data-router/resources/config/auth/data-router_policy.json @@ -1,18 +1,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" - } - ] - } - ] -} +{
+ "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"
+ }
+ ]
+ }
+ ]
+}
|