diff options
Diffstat (limited to 'packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/resources/etc/s3pConfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 |