Merge pull request #15347 from Security-Onion-Solutions/jertel/wip

expose login form lifespan in config scr
This commit is contained in:
Jason Ertel
2025-12-24 15:09:36 -05:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ kratos:
ui_url: https://URL_BASE/
login:
ui_url: https://URL_BASE/login/
lifespan: 60m
error:
ui_url: https://URL_BASE/login/
registration:

View File

@@ -182,6 +182,10 @@ kratos:
global: True
advanced: True
helpLink: kratos.html
lifespan:
description: Defines the duration that a login form will remain valid.
global: True
helpLink: kratos.html
error:
ui_url:
description: User accessible URL containing the Security Onion login page. Leave as default to ensure proper operation.