From 98831362ddb13e1888bedca4f4e03df8c4e7d9e4 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Fri, 29 Nov 2019 14:59:12 -0500 Subject: Upgrade py executor ms GRPC version. Regenerate TLS certs with config file. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh Change-Id: I2b0982c4e230524ad1e58f150da2a05e4474a0fa --- .../application/src/main/resources/application.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ms/blueprintsprocessor/application/src/main/resources/application.properties') diff --git a/ms/blueprintsprocessor/application/src/main/resources/application.properties b/ms/blueprintsprocessor/application/src/main/resources/application.properties index bd713080f..1ba29e43a 100755 --- a/ms/blueprintsprocessor/application/src/main/resources/application.properties +++ b/ms/blueprintsprocessor/application/src/main/resources/application.properties @@ -77,6 +77,11 @@ blueprintsprocessor.grpcclient.remote-python.host=localhost blueprintsprocessor.grpcclient.remote-python.port=50051 blueprintsprocessor.grpcclient.remote-python.token=Basic Y2NzZGthcHBzOmNjc2RrYXBwcw== +# Py executor +blueprintsprocessor.grpcclient.py-executor.type=tls-auth +blueprintsprocessor.grpcclient.py-executor.host=py-executor-default:50052 +blueprintsprocessor.grpcclient.py-executor.trustCertCollection=/opt/app/onap/config/certs/py-executor/py-executor-chain.pem + # Config Data REST client settings blueprintsprocessor.restconfEnabled=true blueprintsprocessor.restclient.sdnc.type=basic-auth -- cgit 1.2.3-korg