From 61c010b19390f6c15531942d4c968b4c3c8a8e7a Mon Sep 17 00:00:00 2001 From: iromli Date: Mon, 13 Jan 2025 23:45:06 +0700 Subject: [PATCH] chore(cloud-native): allow integration of Agama flows into the authz challenge endpoint Signed-off-by: iromli --- docker-jans-auth-server/Dockerfile | 4 ++-- docker-jans-persistence-loader/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-jans-auth-server/Dockerfile b/docker-jans-auth-server/Dockerfile index a1e91f0bec3..5d66799b819 100644 --- a/docker-jans-auth-server/Dockerfile +++ b/docker-jans-auth-server/Dockerfile @@ -51,7 +51,7 @@ RUN /opt/jython/bin/pip uninstall -y pip setuptools # =========== ENV CN_VERSION=0.0.0-nightly -ENV CN_BUILD_DATE='2024-12-20 08:35' +ENV CN_BUILD_DATE='2025-01-13 16:11' ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-server/${CN_VERSION}/jans-auth-server-${CN_VERSION}.war @@ -94,7 +94,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-auth/agama/fl \ /app/static/rdbm \ /app/schema -ENV JANS_SOURCE_VERSION=b8a7e1a493a2e7059a8e220eb6ff4305866bfc70 +ENV JANS_SOURCE_VERSION=856f9fed1d58a6d41503a0459bbe04f52b0bb8e7 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup # note that as we're pulling from a monorepo (with multiple project in it) diff --git a/docker-jans-persistence-loader/Dockerfile b/docker-jans-persistence-loader/Dockerfile index 7266a1a8678..f3359e2bdbc 100644 --- a/docker-jans-persistence-loader/Dockerfile +++ b/docker-jans-persistence-loader/Dockerfile @@ -16,7 +16,7 @@ RUN apk update \ # =========== # janssenproject/jans SHA commit -ENV JANS_SOURCE_VERSION=b8a7e1a493a2e7059a8e220eb6ff4305866bfc70 +ENV JANS_SOURCE_VERSION=856f9fed1d58a6d41503a0459bbe04f52b0bb8e7 ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources