mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 22:52:54 +00:00
feat(auth): Allow session ttl to be configurable by env variable (#7022)
This commit is contained in:
parent
ad9a5a1832
commit
6cf16c6921
@ -192,7 +192,8 @@ auth.native.enabled = ${?AUTH_NATIVE_ENABLED}
|
||||
# auth.oidc.enabled = false # (or simply omit oidc configurations)
|
||||
|
||||
# Login session expiration time
|
||||
# auth.session.ttlInHours = ${?AUTH_SESSION_TTL_HOURS}
|
||||
auth.session.ttlInHours = 720
|
||||
auth.session.ttlInHours = ${?AUTH_SESSION_TTL_HOURS}
|
||||
|
||||
analytics.enabled = ${?DATAHUB_ANALYTICS_ENABLED}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user