aboutsummaryrefslogtreecommitdiffstats
path: root/appconfig-local/auth/auth_policy.json
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-04-30 16:27:55 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-30 16:27:55 +0000
commit716e7f240c2f4a71d48e7708aa27194db2dd7f21 (patch)
treef027c16c6dd15174120ce0210054654404795361 /appconfig-local/auth/auth_policy.json
parent7128e968c7263bae3451221c5826e352e2c13580 (diff)
parente651abed417b8a173a0745042c7dc5b20c0b7036 (diff)
Merge "Convert Babel from AJSC2 to Spring Boot 1.5.12"
Diffstat (limited to 'appconfig-local/auth/auth_policy.json')
-rw-r--r--appconfig-local/auth/auth_policy.json47
1 files changed, 0 insertions, 47 deletions
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"
- }]
- }
-]}