diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-25 11:23:44 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-25 11:24:25 -0700 |
commit | 855a5a548be91923333ba15bf7c64ae8ae64db05 (patch) | |
tree | bbfb1ae5c1a8c84b5c1df04666b8fabb8a14beb4 /docker | |
parent | fea7baa3442ef85fbaa1aaae9e3bb06d98119227 (diff) |
Add default user/password for robot web server
Change-Id: I5af21fa87665d4e0d419af6e6f5cad23c9af38ab
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 | ||||
-rw-r--r-- | docker/authorization | 1 |
2 files changed, 2 insertions, 0 deletions
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 |