Remove code on master branch
[aai/oom.git] / components / aai-babel / resources / config / auth / auth_policy.json
diff --git a/components/aai-babel/resources/config/auth/auth_policy.json b/components/aai-babel/resources/config/auth/auth_policy.json
deleted file mode 100644 (file)
index ff33c17..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-{"roles": [\r
-    {\r
-        "name": "admin",\r
-        "functions": [\r
-            {\r
-                "name": "generateArtifacts",\r
-                "methods": [{"name": "POST"}]\r
-            }\r
-        ],\r
-        "users": [\r
-            {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"}\r
-        ]\r
-    },\r
-    {\r
-        "name": "ops",\r
-        "functions": [{\r
-            "name": "actions",\r
-            "methods": [{"name": "POST"}]\r
-        }],\r
-        "users": [\r
-            {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"}\r
-        ]\r
-    },\r
-    {\r
-        "name": "readonly",\r
-        "functions": [\r
-            {\r
-                "name": "actions",\r
-                "methods": [{"name": "GET"}]\r
-            }\r
-        ],\r
-        "users": [\r
-            {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"}\r
-        ]\r
-    },\r
-    {\r
-        "name": "basicauth",\r
-        "functions": [{\r
-            "name": "util",\r
-            "methods": [{"name": "GET"}]\r
-        }],\r
-        "users": [{\r
-            "user": "aai",\r
-            "pass": "OBF:deadbeef"\r
-        }]\r
-    }\r
-]}\r