summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-03-27 18:15:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-27 18:15:20 +0000
commit262bc57bb3be7d222fe6e521344a8fd7e918be8c (patch)
tree6edab70e7c678a5f51cf975fba29e368cde76e82 /kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json
parentcb047cbcd492cfac220745b6509912de29b9344c (diff)
parent9bf2731ab42d49b3ac89d07e0e1282f685151c57 (diff)
Merge "Add standardized helm chart for aai"
Diffstat (limited to 'kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json')
-rw-r--r--kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json b/kubernetes/aai/resources/config/search-data-service/appconfig/auth/search_policy.json
deleted file mode 100644
index 72d8902fbe..0000000000
--- a/kubernetes/aai/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"
- }
- ]
- }
- ]
-}