aboutsummaryrefslogtreecommitdiffstats
path: root/ms/py-executor/docker/start.sh
diff options
context:
space:
mode:
authorBrinda Santh <bs2796@att.com>2019-11-19 15:07:32 -0500
committerBrinda Santh <bs2796@att.com>2019-11-19 15:07:32 -0500
commit2783ded8664505cc0bbfd254fc2a96c5830b66a0 (patch)
tree6c4c6d829caba7a6378a3bb05bf7802cb8a8ae4f /ms/py-executor/docker/start.sh
parent1337eccc2be949d860f3c5b1f0148c061c3c669b (diff)
Folder for py-executor TLS certificate files
Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: Ia404322cefbd603fd06bd23ff1d069dc277065ec
Diffstat (limited to 'ms/py-executor/docker/start.sh')
-rwxr-xr-xms/py-executor/docker/start.sh6
1 files changed, 0 insertions, 6 deletions
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."