X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appconfig-local%2Fauth%2Fauth_policy.json;fp=appconfig-local%2Fauth%2Fauth_policy.json;h=0000000000000000000000000000000000000000;hb=e651abed417b8a173a0745042c7dc5b20c0b7036;hp=5340a6ac7523e6c46caa56058789ef5187e58998;hpb=1579afa649c2e76cbdf39dcfd5b77a800cc17249;p=aai%2Fbabel.git diff --git a/appconfig-local/auth/auth_policy.json b/appconfig-local/auth/auth_policy.json deleted file mode 100644 index 5340a6a..0000000 --- a/appconfig-local/auth/auth_policy.json +++ /dev/null @@ -1,47 +0,0 @@ -{"roles": [ - { - "name": "admin", - "functions": [ - { - "name": "generateArtifacts", - "methods": [{"name": "POST"}] - } - ], - "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} - ] - }, - { - "name": "ops", - "functions": [{ - "name": "actions", - "methods": [{"name": "POST"}] - }], - "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} - ] - }, - { - "name": "readonly", - "functions": [ - { - "name": "actions", - "methods": [{"name": "GET"}] - } - ], - "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} - ] - }, - { - "name": "basicauth", - "functions": [{ - "name": "util", - "methods": [{"name": "GET"}] - }], - "users": [{ - "user": "aai", - "pass": "OBF:deadbeef" - }] - } -]}