summaryrefslogtreecommitdiffstats
path: root/packages/policy-distribution-tarball
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2021-11-04 14:25:39 +0000
committeradheli.tavares <adheli.tavares@est.tech>2021-11-04 14:30:07 +0000
commitb93f16723309cdc47f5de6b2840bc410657d41e7 (patch)
tree6872a2a9df7a994cdfffa8a59b9e12025f8d2cae /packages/policy-distribution-tarball
parent0d1a0652da4fbb9a717055b632f7bc09f51349ec (diff)
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 <adheli.tavares@est.tech>
Diffstat (limited to 'packages/policy-distribution-tarball')
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json4
-rw-r--r--packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json4
2 files changed, 4 insertions, 4 deletions
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