diff options
author | pa834y <pa834y@att.com> | 2019-04-04 09:02:48 -0400 |
---|---|---|
committer | pa834y <pa834y@att.com> | 2019-04-05 16:06:57 -0400 |
commit | 6d72b847fe202bc1cd6fb3922755be774de0df69 (patch) | |
tree | 97a8fd76d296d6788d8dbb0b52b97fbc40d64c3d /ONAP-PAP-REST/xacml.pap.properties | |
parent | d5f95d08ffd3f2e16b67aadae7007c7a51dfae19 (diff) |
Make clientAuth header optional and log request
Change-Id: Ifc44740a71c2b60d5474cd665bbfca94dcc0c9a7
Issue-ID: POLICY-1418
Signed-off-by: pa834y <pa834y@att.com>
Diffstat (limited to 'ONAP-PAP-REST/xacml.pap.properties')
-rw-r--r-- | ONAP-PAP-REST/xacml.pap.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ONAP-PAP-REST/xacml.pap.properties b/ONAP-PAP-REST/xacml.pap.properties index 6ce51473d..b0661426f 100644 --- a/ONAP-PAP-REST/xacml.pap.properties +++ b/ONAP-PAP-REST/xacml.pap.properties @@ -152,7 +152,7 @@ ENVIRONMENT=DEVL # #Turn safetyChecker on/off xacml.rest.pap.safetychecker=on -PDP_URL1 = http://localhost:8082/pdp/, testpdp, alpha456 +PDP_URL1 = http://localhost:8082/pdp/, testpdp, alpha123 CLIENT_ID= CLIENT_KEY= |