diff --git a/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml b/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml old mode 100755 new mode 100644 index 1d514fb..7ea21f0 --- a/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml +++ b/Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml @@ -1,55 +1,48 @@ - + + - - + REMOTE_USER="uid" + cipherSuites="DEFAULT:!EXP:!LOW:!aNULL:!eNULL:!DES:!IDEA:!SEED:!RC4:!3DES:!kRSA:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1"> - + - - SAML2 - + + SAML2 + SAML2 Local - + + + + @@ -65,19 +58,25 @@ - + + + + - - + + + - - - - - - - + + - Example of a second application (for a second vhost) that has a different entityID. - Resources on the vhost would map to an applicationId of "admin": - --> - diff --git a/Workbench/grouper_ui/Dockerfile b/Workbench/grouper_ui/Dockerfile index 60c8015..89fa4b8 100644 --- a/Workbench/grouper_ui/Dockerfile +++ b/Workbench/grouper_ui/Dockerfile @@ -1,7 +1,9 @@ -FROM tier/grouper:2.4.0-a47-u25-w5-p6-20190611 +FROM tier/grouper:2.4.0-a96-u57-w11-p12-20200324-rc1 LABEL author="tier-packaging@internet2.edu " #COPY in custom css, images, etc +RUN yum -y update + CMD ["ui"]