From eea1300171509e7f5c6aa5e9e01f88a7afa24d0b Mon Sep 17 00:00:00 2001 From: Ruoyu Ying Date: Wed, 30 Oct 2019 23:25:55 +0800 Subject: Update Policy config url and pass Update the config retrieval uri and authorization keys Issue-ID: OPTFRA-520 Signed-off-by: Ruoyu Ying Change-Id: I694930fcbf2ac2b17c048d0341571a027552576c --- config/osdf_config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/osdf_config.yaml') diff --git a/config/osdf_config.yaml b/config/osdf_config.yaml index cf5426b..7ae8cac 100755 --- a/config/osdf_config.yaml +++ b/config/osdf_config.yaml @@ -17,9 +17,8 @@ conductorMaxRetries: 30 # if we don't get something in 30 minutes, give up # versions to be set in HTTP header conductorMinorVersion: 0 -# Policy Platform -- requires ClientAuth, Authorization, and Environment -policyPlatformUrl: http://policy.api.simpledemo.onap.org:8081/pdp/api/getConfig # Policy Dev platform URL -policyPlatformEnv: TEST # Environment for policy platform +# Policy Platform -- requires Authorization +policyPlatformUrl: https://policy-xacml-pdp:6969/policy/pdpx/decision/v1 # Policy Dev platform URL # URL for policy model uploading policyPlatformUrlModelUpload: https://policy.api.simpledemo.onap.org:8081/policy/api/v1/policytypes pathPolicyModelUpload: ../../models/policy/placement/tosca_upload/ -- cgit 1.2.3-korg