From 855a5a548be91923333ba15bf7c64ae8ae64db05 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 25 Oct 2018 11:23:44 -0700 Subject: Add default user/password for robot web server Change-Id: I5af21fa87665d4e0d419af6e6f5cad23c9af38ab Issue-ID: INT-586 Signed-off-by: Gary Wu --- docker/Dockerfile | 1 + docker/authorization | 1 + 2 files changed, 2 insertions(+) create mode 100644 docker/authorization (limited to 'docker') diff --git a/docker/Dockerfile b/docker/Dockerfile index 888d6ed7..39e03e0e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -40,6 +40,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key # Copy the robot code COPY / /var/opt/OpenECOMP_ETE/ COPY lighttpd.conf /etc/lighttpd/lighttpd.conf +COPY authorization /etc/lighttpd/authorization RUN chmod 777 /var/opt/OpenECOMP_ETE/setup.sh && \ chmod 777 /var/opt/OpenECOMP_ETE/runTags.sh && \ chmod 777 /var/opt/OpenECOMP_ETE/dnstraffic.sh && \ diff --git a/docker/authorization b/docker/authorization new file mode 100644 index 00000000..b254e654 --- /dev/null +++ b/docker/authorization @@ -0,0 +1 @@ +test:test -- cgit 1.2.3-korg