diff options
author | Brinda Santh <bs2796@att.com> | 2019-11-29 14:59:12 -0500 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-11-29 16:26:25 -0500 |
commit | 98831362ddb13e1888bedca4f4e03df8c4e7d9e4 (patch) | |
tree | b15e5dba8e0677382b7596cb575637c116b1c660 /ms/blueprintsprocessor/application/src/main/resources/application.properties | |
parent | ebdd198e47b2da08a2aa470177a3baa4a2cf1c4c (diff) |
Upgrade py executor ms GRPC version.
Regenerate TLS certs with config file.
Issue-ID: CCSDK-1737
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I2b0982c4e230524ad1e58f150da2a05e4474a0fa
Diffstat (limited to 'ms/blueprintsprocessor/application/src/main/resources/application.properties')
-rwxr-xr-x | ms/blueprintsprocessor/application/src/main/resources/application.properties | 5 |
1 files changed, 5 insertions, 0 deletions
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 |