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 /testsuites/stability/src/main/resources/papsetup | |
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 'testsuites/stability/src/main/resources/papsetup')
-rw-r--r-- | testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json b/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json index b98cdef9..2338f93b 100644 --- a/testsuites/stability/src/main/resources/papsetup/config/pap/etc/defaultConfig.json +++ b/testsuites/stability/src/main/resources/papsetup/config/pap/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 |