summaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/parameters/ApiConfigParameters_Https.json
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2021-11-01 10:33:40 +0000
committerAdheli Tavares <adheli.tavares@est.tech>2021-11-02 09:23:12 +0000
commit453d83062b099291a04fd76bd851b68670a7a599 (patch)
treeebd6b8dfc7465ff5ca39881bac41e6f80218ebdd /main/src/test/resources/parameters/ApiConfigParameters_Https.json
parent1932060f66ebfbe2a4740c030a68788a04b4f69c (diff)
Rename username for API operations.
Use an account other than healthcheck in API for provisioning of policies. Issue-ID: POLICY-2744 Change-Id: If41467531152a73ecda2756886914ba0a4c6d9b4 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'main/src/test/resources/parameters/ApiConfigParameters_Https.json')
-rw-r--r--main/src/test/resources/parameters/ApiConfigParameters_Https.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/test/resources/parameters/ApiConfigParameters_Https.json b/main/src/test/resources/parameters/ApiConfigParameters_Https.json
index 179621b4..1d33e2ec 100644
--- a/main/src/test/resources/parameters/ApiConfigParameters_Https.json
+++ b/main/src/test/resources/parameters/ApiConfigParameters_Https.json
@@ -3,7 +3,7 @@
"restServerParameters":{
"host":"0.0.0.0",
"port":6969,
- "userName":"healthcheck",
+ "userName":"policyadmin",
"password":"zb!XztG34",
"https":true
},