Skip to content

Commit

Permalink
update IdP to 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 27, 2025
1 parent d44892d commit 282b92f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.5
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.39 \
##shib-idp \
VERSION=5.1.3 \
VERSION=5.1.4 \
##TIER \
TIERVERSION=20250317_rocky9_multiarch \
TIERVERSION=20250327_rocky9_multiarch \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
2 changes: 1 addition & 1 deletion container_files/idp/idp.installer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.1.3
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.1.4
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
2 changes: 2 additions & 0 deletions container_files/system/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ rm -f ${IDP_LOG_CFG_FILE}.tmp
sed -i -e 's/rolling.RollingFileAppender/FileAppender/g' ${IDP_LOG_CFG_FILE}
sed -i -e '/<rollingPolicy/,/<\/rollingPolicy>/d' ${IDP_LOG_CFG_FILE}

# temp for 5.1.4
sed -i -e 's/<logger name=\"net.shibboleth.idp\" level=\"${idp.loglevel.idp}\"\/>/<logger name=\"net.shibboleth.idp\" level=\"${idp.loglevel.idp}\"\/>\n\n <!-- temporary for 5.1.4 -->\n <logger name=\"org.opensaml.saml.saml2.binding.decoding.impl.HTTPRedirectDeflateDecoder\" level=\"ERROR\" \/>/g' ${IDP_LOG_CFG_FILE}

#launch supervisord
exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf

0 comments on commit 282b92f

Please sign in to comment.