diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-04-09 14:05:08 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-04-09 14:07:25 +0100 |
commit | 06910241dc9e8b48fa44f0796583bb4e0de7bf55 (patch) | |
tree | ead47f01ffae39bd06d4c8434ac8fc01c4ed74d2 /babel/appconfig/auth/auth_policy.json | |
parent | 2a03b2ca348da301559f12f2f29c9d9fcb1c682a (diff) |
Update policy JSON to match the ONAP client cert
Modify the authorized client details to match the ONAP client cert.
Change-Id: If11d9cc0d8d3c3deb4652aeca77c4eb0186e5883
Issue-ID: AAI-1006
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'babel/appconfig/auth/auth_policy.json')
-rw-r--r-- | babel/appconfig/auth/auth_policy.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/babel/appconfig/auth/auth_policy.json b/babel/appconfig/auth/auth_policy.json index 5340a6a..e7c6459 100644 --- a/babel/appconfig/auth/auth_policy.json +++ b/babel/appconfig/auth/auth_policy.json @@ -8,7 +8,7 @@ } ], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { @@ -18,7 +18,7 @@ "methods": [{"name": "POST"}] }], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { @@ -30,7 +30,7 @@ } ], "users": [ - {"username": "CN=someone.onap.org, OU=someone, O=\"ONAP ORG\", L=NA, ST=NA, C=NA"} + {"username": "CN=ONAP, OU=ONAP, O=ONAP, L=Ottawa, ST=Ontario, C=CA"} ] }, { |