aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-data-router/resources/config/auth/data-router_policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-data-router/resources/config/auth/data-router_policy.json')
-rw-r--r--components/aai-data-router/resources/config/auth/data-router_policy.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/components/aai-data-router/resources/config/auth/data-router_policy.json b/components/aai-data-router/resources/config/auth/data-router_policy.json
deleted file mode 100644
index c03870e..0000000
--- a/components/aai-data-router/resources/config/auth/data-router_policy.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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"
- }
- ]
- }
- ]
-}