diff options
author | 2019-04-17 12:23:34 +0000 | |
---|---|---|
committer | 2019-04-17 12:23:34 +0000 | |
commit | ca07406a0be8f6fa5cffd37765c3760531d4b032 (patch) | |
tree | 6daf41acc94cd7a4fdab11b6409959929ef3475b /kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json | |
parent | 8950554a7acd6b14633a5420cd18b3cf6b8d93cb (diff) | |
parent | 3b2647ab0e41a9f5f94cd6e9b743a80dd4c05694 (diff) |
Merge "Updated policy/xacml-pdp Charts"
Diffstat (limited to 'kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json')
-rw-r--r-- | kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json index 7fb864bb31..789dde4491 100644 --- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json +++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json @@ -16,11 +16,14 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= { - "name":"XacmlPdpGroup", - "restServerParameters":{ - "host":"0.0.0.0", - "port":6969, - "userName":"healthcheck", - "password":"zb!XztG34" - } -} + "name": "XacmlPdpGroup", + "restServerParameters": { + "host": "0.0.0.0", + "port": 6969, + "userName": "healthcheck", + "password": "zb!XztG34", + "https": true, + "aaf": false + }, + "applicationPath": "/opt/app/policy/pdpx/apps" +}
\ No newline at end of file |