From 422c9647444c22c6ea0fca5d93282ffab6f517aa Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 25 Apr 2019 14:45:44 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbe30f1..1bfa482 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV TOMCAT_MAJOR=9 \ ##shib-idp \ VERSION=3.4.3 \ ##TIER \ - TIERVERSION=20190201 \ + TIERVERSION=20190401 \ ################## \ ### OTHER VARS ### \ ################## \ @@ -32,6 +32,10 @@ ENV TOMCAT_TGZ_URL=https://www.apache.org/dist/tomcat/tomcat-$TOMCAT_MAJOR/v$TOM ENV ENV=dev \ USERTOKEN=nothing +#The environment variable below controls whether or not the IdP's data sealer is automatically rotated daily. +# Set to False if you supply this file dynamically via secrets (or some other similar mechanism). +ENV ENABLE_SEALER_KEY_ROTATION=True + #set labels LABEL Vendor="Internet2" \ ImageType="Shibboleth IDP Release" \