Files
securityonion/salt/hydra/soc_hydra.yaml
2026-03-19 12:35:38 -04:00

31 lines
1022 B
YAML

hydra:
enabled:
description: Enables or disables the API authentication system, used for service account authentication. Enabling this feature requires a valid Security Onion license key. Defaults to False.
forcedType: bool
helpLink: connect-api
global: True
config:
ttl:
access_token:
description: Amount of time that the generated access token will be valid. Specified in the form of 2h, which means 2 hours.
global: True
forcedType: string
helpLink: connect-api
log:
level:
description: Log level to use for Kratos logs.
global: True
helpLink: connect-api
format:
description: Log output format for Kratos logs.
global: True
helpLink: connect-api
secrets:
system:
description: Secrets used for token generation. Generated during installation.
global: True
sensitive: True
advanced: True
forcedType: "[]string"
helpLink: connect-api