diff options
Diffstat (limited to 'resources/config/search-data-service/appconfig/auth/search_policy.json')
-rw-r--r-- | resources/config/search-data-service/appconfig/auth/search_policy.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/config/search-data-service/appconfig/auth/search_policy.json b/resources/config/search-data-service/appconfig/auth/search_policy.json deleted file mode 100644 index 72d8902..0000000 --- a/resources/config/search-data-service/appconfig/auth/search_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" - } - ] - } - ] -} |