summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-11-15 15:54:03 -0600
committerHOCKLA <ah999m@att.com>2019-11-15 15:56:09 -0600
commit26c001054aa4333ade389028e0a802802bebcb15 (patch)
treee8df0b2ad187bbbaf10faa42a9a5c49babefb997 /kubernetes
parent0b844c9a74e29e2046c96f4635c429eb4dc8d677 (diff)
Added 'pdpGroup' to policy-xacml-pdp parameters config file
Issue-ID: POLICY-2229 Change-Id: Iffb9f40b174eae1e3b714e4ec5e8997c58d01a35 Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json3
1 files changed, 2 insertions, 1 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 4483a1b51a..7fd8572c1f 100644
--- a/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
+++ b/kubernetes/policy/charts/policy-xacml-pdp/resources/config/config.json
@@ -16,7 +16,8 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
{
- "name": "XacmlPdpGroup",
+ "name": "XacmlPdpParameters",
+ "pdpGroup": "defaultGroup",
"restServerParameters": {
"host": "0.0.0.0",
"port": 6969,