Skip to content

Commit

Permalink
Updated the UI's web.xml to support Shib SP/REMOTE_USER out of the gate
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gasper committed Jan 29, 2018
1 parent d7618eb commit 5e8fc3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN sed -i "s/\/opt\/grouper\/$GROUPER_VERSION\/apache-tomcat-$TOMCAT_VERSION/\/

COPY container_files/tomcat/ /opt/tomcat/
COPY container_files/tomee/ /opt/tomee/
COPY container_files/ui/* /opt/grouper/grouper.ui/WEB-INF/



Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test-compose/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM tier/grouper:latest

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>"

COPY container_files/WEB-INF/ /opt/grouper/grouper.ui/WEB-INF/
#COPY in custom css, images, etc

CMD ["ui"]

0 comments on commit 5e8fc3b

Please sign in to comment.