From 4215e82a7f3105b5ac52201e9baa5783ea016045 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 29 Oct 2020 10:01:32 -0500 Subject: [PATCH] update Grouper SP --- .../grouper/shibboleth/shibboleth2.xml | 106 ++++++++---------- Workbench/grouper_ui/Dockerfile | 4 +- 2 files changed, 47 insertions(+), 63 deletions(-) mode change 100755 => 100644 Workbench/configs-and-secrets/grouper/shibboleth/shibboleth2.xml 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"]