From 2783ded8664505cc0bbfd254fc2a96c5830b66a0 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Tue, 19 Nov 2019 15:07:32 -0500 Subject: Folder for py-executor TLS certificate files Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: Ia404322cefbd603fd06bd23ff1d069dc277065ec --- ms/py-executor/docker/distribution.xml | 9 ++++++--- ms/py-executor/docker/start.sh | 6 ------ 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'ms/py-executor/docker') diff --git a/ms/py-executor/docker/distribution.xml b/ms/py-executor/docker/distribution.xml index bb7a8d20a..6d09be8b2 100755 --- a/ms/py-executor/docker/distribution.xml +++ b/ms/py-executor/docker/distribution.xml @@ -38,13 +38,16 @@ requirements.txt configuration.ini - *.crt - *.key - *.pem true 0666 + + ${project.basedir}/certs + opt/app/onap/python/certs + true + 0666 + ${project.basedir}/docker opt/app/onap/python diff --git a/ms/py-executor/docker/start.sh b/ms/py-executor/docker/start.sh index fd53d474b..3a3a9cb70 100755 --- a/ms/py-executor/docker/start.sh +++ b/ms/py-executor/docker/start.sh @@ -22,12 +22,6 @@ then export APP_PORT=50052 fi -if [ -z "${BASIC_AUTH}" ] -then - echo "BASIC_AUTH environment variable is not set, using default." - export BASIC_AUTH="Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==" -fi - if [ -z "${LOG_FILE}" ] then echo "LOG_FILE environment variable is not set, using default." -- cgit 1.2.3-korg