Skip to content

Commit

Permalink
fix(docker-jans-fido2): search cache for session instead of persisten…
Browse files Browse the repository at this point in the history
…ce (#6040)

Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
iromli authored and devrimyatar committed Dec 30, 2023
1 parent bb35259 commit 6728b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-jans-fido2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# =====

ENV CN_VERSION=1.0.17-SNAPSHOT
ENV CN_BUILD_DATE='2023-09-11 16:58'
ENV CN_BUILD_DATE='2023-09-14 17:07'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-fido2-server/${CN_VERSION}/jans-fido2-server-${CN_VERSION}.war

# Install FIDO2
Expand All @@ -63,7 +63,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-fido2/webapps \
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=39ffb3a35b397d8cac1a7472908a6aa6d17e1a33
ENV JANS_SOURCE_VERSION=ea8963c0a91a5d467a22de0b05c51bcb10fc8041
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down
1 change: 1 addition & 0 deletions docker-jans-fido2/scripts/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def _transform_fido2_dynamic_config(conf):
("errorReasonEnabled", False),
("skipDownloadMdsEnabled", False),
("skipValidateMdsInAttestationEnabled", False),
("sessionIdPersistInCache", False),
]:
# dont update if key exists
if k in conf:
Expand Down

0 comments on commit 6728b24

Please sign in to comment.