diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2020-07-06 18:40:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-06 18:40:12 +0000 |
commit | 47fd33606b7a4991fb6c3e1c3416bcc142865ec7 (patch) | |
tree | ad404fce8d09004210be6e3e7697095ac08d6b1b /examples | |
parent | fb826f241cb78b70910f842bbed0bb507b1236ca (diff) | |
parent | 042a8f5ec583a7431971847995f1aabd9bc48366 (diff) |
Merge "Fix URL checking on REST plugins"
Diffstat (limited to 'examples')
-rw-r--r-- | examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json b/examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json index 5208767b0..01269c6ba 100644 --- a/examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json +++ b/examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json @@ -40,7 +40,9 @@ "url": "http://172.18.0.6:8081/pdp/api/getDecision", "httpMethod": "POST", "restRequestTimeout": 2000, - "httpHeader": "Authorization:dGVzdHBkcDphbHBoYTEyMw== ClientAuth:cHl0aG9uOnRlc3Q=" + "httpHeaders": [ + ["Authorization:dGVzdHBkcDphbHBoYTEyMw== ClientAuth:cHl0aG9uOnRlc3Q="] + ] } }, "eventProtocolParameters": { |