diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-16 15:50:52 -0600 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2021-02-16 15:51:13 -0600 |
commit | c18e3d5e6ddf742702faa96ef0e3c2847f7eb79b (patch) | |
tree | 8112946c0f4d456a3643cd8b60995c37fddef994 | |
parent | 1598960654c88ef7f304181ca43e38cfd016ad1c (diff) |
xacml pdpType is configurable
Update the configuration file.
Issue-ID: POLICY-3071
Change-Id: Ib164dcc8d8b4f761d4e8a9e14555ac1ae43b7f95
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | csit/config/xacml-pdp/defaultConfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/csit/config/xacml-pdp/defaultConfig.json b/csit/config/xacml-pdp/defaultConfig.json index 5a6573a3..f489919a 100644 --- a/csit/config/xacml-pdp/defaultConfig.json +++ b/csit/config/xacml-pdp/defaultConfig.json @@ -1,6 +1,7 @@ { "name": "XacmlPdpParameters", "pdpGroup": "defaultGroup", + "pdpType": "xacml", "restServerParameters": { "host": "0.0.0.0", "port": 6969, |