From: mark.j.leonard Date: Mon, 9 Apr 2018 13:05:08 +0000 (+0100) Subject: Update policy JSON to match the ONAP client cert X-Git-Tag: 2.0.0-ONAP~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=06910241dc9e8b48fa44f0796583bb4e0de7bf55 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 --- 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"} ] }, {