Skip to content

Commit 2757139

Browse files
committed
fix: extend fido2 appLoggers
1 parent 578fa3a commit 2757139

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

docker-admin-ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN python3 -m ensurepip \
6868
# jans-linux-setup sync
6969
# =====================
7070

71-
ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
71+
ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
7272
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7373

7474
# note that as we're pulling from a monorepo (with multiple project in it)

docker-casa/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
6969
# jans-linux-setup sync
7070
# =====================
7171

72-
ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
72+
ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
7373
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
7474

7575
# note that as we're pulling from a monorepo (with multiple project in it)

flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/charts/config/templates/configmaps.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ data:
175175
| replace "fido2LogLevel" "fido2_log_level"
176176
| replace "persistenceLogTarget" "persistence_log_target"
177177
| replace "persistenceLogLevel" "persistence_log_level"
178+
| replace "persistenceDurationLogTarget" "persistence_duration_log_target"
179+
| replace "persistenceDurationLogLevel" "persistence_duration_log_level"
180+
| replace "scriptLogTarget" "script_log_target"
181+
| replace "scriptLogLevel" "script_log_level"
178182
| replace "enableStdoutLogPrefix" "enable_stdout_log_prefix"
179183
| squote
180184
}}

flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/values.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,14 @@ global:
974974
persistenceLogTarget: "FILE"
975975
# -- fido2_persistence.log level
976976
persistenceLogLevel: "INFO"
977+
# -- fido2_persistence_duration.log target
978+
persistenceDurationLogTarget: "FILE"
979+
# -- fido2_persistence_duration.log level
980+
persistenceDurationLogLevel: "INFO"
981+
# -- fido2_script.log target
982+
scriptLogTarget: "FILE"
983+
# -- fido2_script.log level
984+
scriptLogLevel: "INFO"
977985
# -- Enable endpoints in either istio or nginx ingress depending on users choice
978986
ingress:
979987
# -- Enable endpoint /.well-known/fido2-configuration

0 commit comments

Comments
 (0)