diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-11-03 08:42:47 +0000 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2021-11-03 13:06:22 +0000 |
commit | eb7277b143841b36da32637264971686a5c9ad7d (patch) | |
tree | bc6ab909dd9ee196f8d56b62467b68bd259f9a0e /main/src/test/resources/e2e | |
parent | d95be7b4bc9e97385dd77ae97556358e7fd00e94 (diff) |
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 <adheli.tavares@est.tech>
Diffstat (limited to 'main/src/test/resources/e2e')
-rw-r--r-- | main/src/test/resources/e2e/PapConfigParameters.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/src/test/resources/e2e/PapConfigParameters.json b/main/src/test/resources/e2e/PapConfigParameters.json index b10f5801..b2e100a5 100644 --- a/main/src/test/resources/e2e/PapConfigParameters.json +++ b/main/src/test/resources/e2e/PapConfigParameters.json @@ -3,7 +3,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": ${port}, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "https": true }, @@ -54,7 +54,7 @@ "clientName": "api", "hostname": "policy-api", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "useHttps": true, "basePath": "policy/api/v1/healthcheck" |