summaryrefslogtreecommitdiffstats
path: root/components/aai-champ/resources/config/appconfig/auth/champ_policy.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-champ/resources/config/appconfig/auth/champ_policy.json')
-rw-r--r--components/aai-champ/resources/config/appconfig/auth/champ_policy.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/components/aai-champ/resources/config/appconfig/auth/champ_policy.json b/components/aai-champ/resources/config/appconfig/auth/champ_policy.json
deleted file mode 100644
index a059e86..0000000
--- a/components/aai-champ/resources/config/appconfig/auth/champ_policy.json
+++ /dev/null
@@ -1,19 +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"
- }
- ]
- }
- ]
-}
-