From eb7277b143841b36da32637264971686a5c9ad7d Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 3 Nov 2021 08:42:47 +0000 Subject: Rename username for PAP operations. Use an account other than healthcheck in PAP for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: I897f7a4fffbac2d4bbd9cceb059bae1794753aa7 Signed-off-by: adheli.tavares --- packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/policy-pap-tarball') diff --git a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json index 573ecc9a..c350e16c 100644 --- a/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-pap-tarball/src/main/resources/etc/defaultConfig.json @@ -3,7 +3,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "https": true, "aaf": false, @@ -60,7 +60,7 @@ "clientName": "api", "hostname": "policy-api", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "useHttps": true, "basePath": "policy/api/v1/healthcheck" -- cgit 1.2.3-korg