File tree 4 files changed +8
-5
lines changed
resources/lrsql/config/prod/default
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Version of LRS Admin UI to use
4
4
5
- LRS_ADMIN_UI_VERSION ?= v0.2.4
5
+ LRS_ADMIN_UI_VERSION ?= v0.2.5
6
6
LRS_ADMIN_UI_LOCATION ?= https://github.com/yetanalytics/lrs-admin-ui/releases/download/${LRS_ADMIN_UI_VERSION}/lrs-admin-ui.zip
7
7
LRS_ADMIN_ZIPFILE ?= lrs-admin-ui-${LRS_ADMIN_UI_VERSION}.zip
8
8
Original file line number Diff line number Diff line change 51
51
xyz.capybara/clamav-client {:mvn/version " 2.1.2" }
52
52
; ; Yet Analytics deps
53
53
com.yetanalytics/lrs
54
- {:mvn/version " 1.3.0 "
54
+ {:mvn/version " 1.3.1 "
55
55
:exclusions [org.clojure/clojure
56
56
org.clojure/clojurescript
57
57
com.yetanalytics/xapi-schema]}
Original file line number Diff line number Diff line change 45
45
:oidc-enable-local-admin #boolean #or [#env LRSQL_OIDC_ENABLE_LOCAL_ADMIN false ]
46
46
:enable-clamav #boolean #or [#env LRSQL_ENABLE_CLAMAV false ]
47
47
:clamav-host #or [#env LRSQL_CLAMAV_HOST " localhost" ]
48
- :clamav-port #long #or [#env LRSQL_CLAMAV_PORT 3310
49
- :auth-by-cred-id #boolean #or [#env LRSQL_AUTH_BY_CRED_ID false ]] }
48
+ :clamav-port #long #or [#env LRSQL_CLAMAV_PORT 3310 ]
49
+ :auth-by-cred-id #boolean #or [#env LRSQL_AUTH_BY_CRED_ID false ]}
Original file line number Diff line number Diff line change 197
197
(s/def ::oidc-verify-remote-issuer boolean? )
198
198
(s/def ::oidc-enable-local-admin boolean? )
199
199
200
+ (s/def ::auth-by-cred-id boolean? )
201
+
200
202
(s/def ::sec-head-hsts (s/nilable string?))
201
203
(s/def ::sec-head-frame (s/nilable string?))
202
204
(s/def ::sec-head-content-type (s/nilable string?))
257
259
::sec-head-content
258
260
::oidc-issuer
259
261
::oidc-audience
260
- ::oidc-client-id ])
262
+ ::oidc-client-id
263
+ ::auth-by-cred-id ])
261
264
; ; conditional validation for presence of no-val supporting config
262
265
(fn [{:keys [jwt-no-val jwt-no-val-uname jwt-no-val-issuer
263
266
jwt-no-val-role-key jwt-no-val-role]}]
You can’t perform that action at this time.
0 commit comments