From 8d3f1294010a78b5a25a115dddb2c64cf018379c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 18 Oct 2022 14:04:06 +0100 Subject: Fix CSITs for Kohn release Newer versions of dependencies brought in some small updates to configuraiton. Also a script called start-container.sh has been added to bring up a single Policy Framework container and its dependencies. Issue-ID: POLICY-4393 Change-Id: I17bac4d75600431fdee74592be4700761a3f8fe7 Signed-off-by: liamfallon --- csit/config/xacml-pdp/defaultConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/config/xacml-pdp/defaultConfig.json') diff --git a/csit/config/xacml-pdp/defaultConfig.json b/csit/config/xacml-pdp/defaultConfig.json index a4bcc5ed..d6f3bd99 100644 --- a/csit/config/xacml-pdp/defaultConfig.json +++ b/csit/config/xacml-pdp/defaultConfig.json @@ -5,7 +5,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": 6969, - "userName": "healthcheck", + "userName": "policyadmin", "password": "zb!XztG34", "https": false, "aaf": false, -- cgit 1.2.3-korg