diff options
Diffstat (limited to 'csit/config/xacml-pdp/defaultConfig.json')
-rw-r--r-- | csit/config/xacml-pdp/defaultConfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/csit/config/xacml-pdp/defaultConfig.json b/csit/config/xacml-pdp/defaultConfig.json index f489919a..6ffd8bc3 100644 --- a/csit/config/xacml-pdp/defaultConfig.json +++ b/csit/config/xacml-pdp/defaultConfig.json @@ -11,11 +11,12 @@ "aaf": false }, "policyApiParameters": { - "host": "policy-api", + "hostname": "policy-api", "port": 6969, "userName": "healthcheck", "password": "zb!XztG34", - "https": true, + "useHttps": true, + "allowSelfSignedCerts" : true, "aaf": false }, "applicationPath": "/opt/app/policy/pdpx/apps", |