Py executor grpc TLS server authentication. 41/97441/1
authorBrinda Santh <bs2796@att.com>
Wed, 23 Oct 2019 00:47:12 +0000 (20:47 -0400)
committerBrinda Santh <bs2796@att.com>
Wed, 23 Oct 2019 00:47:12 +0000 (20:47 -0400)
commita5ceb2485df10aa4987c64975d7200ff090c5890
tree15b22424eccfd78996d717873a6a1517e2820a4e
parent910fa69e65b3d151ef2bdbbf90fdcc31cfa01008
Py executor grpc TLS server authentication.

Issue-ID: CCSDK-1854
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I72b3deb7976e7d3e44478c497a46b9b4ac428623
15 files changed:
ms/blueprintsprocessor/application/src/main/dc/docker-compose.yaml
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/grpc/service/BluePrintGrpcServerTest.kt
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/grpc/service/MockTLSBluePrintProcessingServer.kt
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/my-private-key.pem [deleted file]
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/my-public-key-cert.pem [deleted file]
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/py-executor-chain.pem [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/grpc-lib/src/test/resources/tls-manual/py-executor-key.pem [new file with mode: 0644]
ms/py-executor/README [new file with mode: 0644]
ms/py-executor/client.py [new file with mode: 0644]
ms/py-executor/configuration.ini
ms/py-executor/dc/docker-compose.yaml
ms/py-executor/docker/distribution.xml
ms/py-executor/py-executor-chain.pem [new file with mode: 0644]
ms/py-executor/py-executor-key.pem [new file with mode: 0644]
ms/py-executor/server.py