From 496b301c101f2a21e8408048dc0fd57c59a12d92 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 1 Nov 2021 10:40:32 +0000 Subject: Rename username for API and PAP operations. Use an account other than healthcheck in API and PAP for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: Id2cbba8e5e5095996622572fbf42383bb854fb43 Signed-off-by: adheli.tavares --- csit/config/distribution/defaultConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/config/distribution') diff --git a/csit/config/distribution/defaultConfig.json b/csit/config/distribution/defaultConfig.json index ba1a682c..05640d92 100644 --- a/csit/config/distribution/defaultConfig.json +++ b/csit/config/distribution/defaultConfig.json @@ -57,7 +57,7 @@ "clientName": "policy-api", "hostname": "policy-api", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "useHttps": true }, @@ -65,7 +65,7 @@ "clientName": "policy-pap", "hostname": "policy-pap", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "useHttps": true }, -- cgit 1.2.3-korg