From b93f16723309cdc47f5de6b2840bc410657d41e7 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Thu, 4 Nov 2021 14:25:39 +0000 Subject: Rename user for API and PAP references. Use an account other than healthcheck in API and PAP for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: I2d626276daba25d405be24cf81233ae848a8674e Signed-off-by: adheli.tavares --- .../src/main/resources/etc/defaultConfig.json | 4 ++-- .../policy-distribution-tarball/src/main/resources/etc/s3pConfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/policy-distribution-tarball') diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json index a9c9a136..bda3b11f 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json @@ -76,7 +76,7 @@ "hostname": "policy-api", "port": 6969, "useHttps": true, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "papParameters": { @@ -84,7 +84,7 @@ "hostname": "policy-pap", "port": 6969, "useHttps": true, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "deployPolicies": true diff --git a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json index f293b98c..7059f5b4 100644 --- a/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json +++ b/packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json @@ -55,7 +55,7 @@ "hostname": "policy-api", "port": 6969, "useHttps": true, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "papParameters": { @@ -63,7 +63,7 @@ "hostname": "policy-pap", "port": 6969, "useHttps": true, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34" }, "deployPolicies": true -- cgit 1.2.3-korg