From 9d8cb5007bb341c93e69669f22171c540cc66721 Mon Sep 17 00:00:00 2001 From: tangpeng Date: Fri, 15 Mar 2019 02:02:12 +0000 Subject: Fixed some problems 1. HOLMES GUI Access Problems 2. Vulnerability Issues Change-Id: I629750710bba2e4b03603eb395df527fea26a252 Issue-ID: HOLMES-196 Signed-off-by: tangpeng --- pom.xml | 4 ++-- rulemgt-standalone/src/main/assembly/Dockerfile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7002fb7..979ad48 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 3.2.1 - 1.3.0 + 1.3.9 0.9.9 1.5.3 1.16.8 @@ -85,7 +85,7 @@ org.onap.holmes.common holmes-actions - 1.2.6 + 1.2.7 io.dropwizard diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile index f5d8959..07ae38c 100644 --- a/rulemgt-standalone/src/main/assembly/Dockerfile +++ b/rulemgt-standalone/src/main/assembly/Dockerfile @@ -46,6 +46,7 @@ ADD nginx.conf /usr/local/openresty/nginx/conf ADD holmes-frontend.key /etc/ssl/private ADD holmes-frontend-selfsigned.crt /etc/ssl/certs ADD dhparam.pem /etc/ssl/certs +RUN chmod -R 777 /usr/local/openresty/nginx/ #switch the user to holmes RUN addgroup -S holmes && adduser -S -G holmes holmes -- cgit 1.2.3-korg