From 06910241dc9e8b48fa44f0796583bb4e0de7bf55 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Mon, 9 Apr 2018 14:05:08 +0100 Subject: [PATCH] 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 --- babel/appconfig/auth/auth_policy.json | 6 +++--- 1 file 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"} ] }, { -- 2.16.6