chore: add rollback-safe password rollout window
This commit is contained in:
@@ -29,6 +29,10 @@ CLIENT_SESSION_IDLE_TIMEOUT_MS=7200000
|
||||
SESSION_LOCK_RECOVERY_MS=14400000
|
||||
SESSION_ABSOLUTE_TIMEOUT_MS=43200000
|
||||
SESSION_RECENT_AUTH_MS=1800000
|
||||
# First-rollout safety only: both values must be set and the deadline must be within two hours.
|
||||
# Omit them during normal operation so all password writes use scrypt.
|
||||
PASSWORD_HASH_LEGACY_TRANSITION=false
|
||||
PASSWORD_HASH_LEGACY_WRITE_UNTIL=
|
||||
OPERATION_LOG_ARCHIVE_ENABLED=true
|
||||
OPERATION_LOG_RETENTION_DAYS=180
|
||||
OPERATION_LOG_ARCHIVE_BATCH_SIZE=1000
|
||||
|
||||
Reference in New Issue
Block a user