mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-25 02:13:08 +01:00
34 lines
688 B
YAML
34 lines
688 B
YAML
hydra:
|
|
enabled: False
|
|
config:
|
|
serve:
|
|
public:
|
|
port: 4444
|
|
admin:
|
|
port: 4445
|
|
urls:
|
|
self:
|
|
issuer: https://URL_BASE/connect
|
|
public: https://URL_BASE/connect
|
|
admin: http://localhost:4445
|
|
login: https://URL_BASE/login
|
|
logout: https://URL_BASE/logout
|
|
identity_provider:
|
|
url: http://127.0.0.1:4434/admin
|
|
publicUrl: https://URL_BASE/auth
|
|
|
|
secrets:
|
|
system: []
|
|
|
|
oidc:
|
|
subject_identifiers:
|
|
supported_types:
|
|
- pairwise
|
|
- public
|
|
pairwise:
|
|
salt: ""
|
|
log:
|
|
level: debug
|
|
format: json
|
|
sqa:
|
|
opt_out: true |