1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/schema
yossbg 05406cfc7b
feat(ntp): check clock sync on startup ()
This adds method to validate the system clock is synchronized on startup. Configuration allows adjusting the server address, enabled state, desync limit, and if the error is fatal.

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2021-09-17 14:44:35 +10:00
..
access_control.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
authentication.go feat(authentication): allow customizable ldap connection timeout () 2021-08-05 14:30:00 +10:00
configuration.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
const.go [FEATURE] Validate ACLs and add network groups () 2021-01-04 21:55:23 +11:00
duo.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
identity_providers.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
log.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
notifier.go fix(notifier): use sane default connection timeout () 2021-08-10 10:52:41 +10:00
ntp.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
regulation.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
server.go refactor: configuration agnostic healthcheck () 2021-08-05 14:02:07 +10:00
session.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
shared.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
storage.go fix(storage): set sane default connection timeout () 2021-08-06 15:35:14 +10:00
totp.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
validator_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
validator.go [FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them () 2021-01-04 21:28:55 +11:00