Skip to content

Commit

Permalink
fix: extend fido2 appLoggers
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Feb 1, 2023
1 parent 578fa3a commit 2757139
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-admin-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN python3 -m ensurepip \
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
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
2 changes: 1 addition & 1 deletion docker-casa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
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
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ data:
| replace "fido2LogLevel" "fido2_log_level"
| replace "persistenceLogTarget" "persistence_log_target"
| replace "persistenceLogLevel" "persistence_log_level"
| replace "persistenceDurationLogTarget" "persistence_duration_log_target"
| replace "persistenceDurationLogLevel" "persistence_duration_log_level"
| replace "scriptLogTarget" "script_log_target"
| replace "scriptLogLevel" "script_log_level"
| replace "enableStdoutLogPrefix" "enable_stdout_log_prefix"
| squote
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,14 @@ global:
persistenceLogTarget: "FILE"
# -- fido2_persistence.log level
persistenceLogLevel: "INFO"
# -- fido2_persistence_duration.log target
persistenceDurationLogTarget: "FILE"
# -- fido2_persistence_duration.log level
persistenceDurationLogLevel: "INFO"
# -- fido2_script.log target
scriptLogTarget: "FILE"
# -- fido2_script.log level
scriptLogLevel: "INFO"
# -- Enable endpoints in either istio or nginx ingress depending on users choice
ingress:
# -- Enable endpoint /.well-known/fido2-configuration
Expand Down

0 comments on commit 2757139

Please sign in to comment.