File tree 4 files changed +14
-2
lines changed
flex-cn-setup/pygluu/kubernetes/templates/helm/gluu
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ RUN python3 -m ensurepip \
68
68
# jans-linux-setup sync
69
69
# =====================
70
70
71
- ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
71
+ ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
72
72
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
73
73
74
74
# note that as we're pulling from a monorepo (with multiple project in it)
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
69
69
# jans-linux-setup sync
70
70
# =====================
71
71
72
- ENV JANS_SOURCE_VERSION=cee252522061b43065eddbdc70d51bda9e2e85d7
72
+ ENV JANS_SOURCE_VERSION=8ad3a64d1e49bd3696412f12f61709aa96a7cf7e
73
73
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
74
74
75
75
# note that as we're pulling from a monorepo (with multiple project in it)
Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ data:
175
175
| replace "fido2LogLevel" "fido2_log_level"
176
176
| replace "persistenceLogTarget" "persistence_log_target"
177
177
| 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"
178
182
| replace "enableStdoutLogPrefix" "enable_stdout_log_prefix"
179
183
| squote
180
184
}}
Original file line number Diff line number Diff line change @@ -974,6 +974,14 @@ global:
974
974
persistenceLogTarget : " FILE"
975
975
# -- fido2_persistence.log level
976
976
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"
977
985
# -- Enable endpoints in either istio or nginx ingress depending on users choice
978
986
ingress :
979
987
# -- Enable endpoint /.well-known/fido2-configuration
You can’t perform that action at this time.
0 commit comments