From 3f06234d6bf0ce99fc0cdf32afd021a33901254e Mon Sep 17 00:00:00 2001 From: lskublik Date: Mon, 3 Feb 2020 21:22:54 +0100 Subject: [PATCH] modifying of DockerFile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9ea017..8044503 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,7 @@ RUN chmod 755 /opt/tier/setenv.sh \ && chmod 755 /usr/local/bin/healthcheck.sh RUN cp /dev/null /etc/httpd/conf.d/ssl.conf \ - && mv /etc/httpd/conf.d/shib.conf /etc/httpd/conf.d/shib.conf.auth.shibboleth \ - && touch /etc/httpd/conf.d/shib.conf.auth.internal \ + && rm /etc/httpd/conf.d/shib.conf \ && sed -i 's/LogFormat "/LogFormat "httpd;access_log;%{ENV}e;%{USERTOKEN}e;/g' /etc/httpd/conf/httpd.conf \ && echo -e "\nErrorLogFormat \"httpd;error_log;%{ENV}e;%{USERTOKEN}e;[%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% ,\ referer\ %{Referer}i\"" >> /etc/httpd/conf/httpd.conf \ && sed -i 's/CustomLog "logs\/access_log"/CustomLog "\/tmp\/loghttpd"/g' /etc/httpd/conf/httpd.conf \ @@ -83,11 +82,8 @@ ENV USERTOKEN "" # Authentication/web -ENV AUTHENTICATION internal -ENV SSO_HEADER uid ENV AJP_ENABLED true ENV AJP_PORT 9090 -ENV LOGOUT_URL https://localhost:8443/Shibboleth.sso/Logout # Other parameters