1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/validator
James Elliott f90ca855e3
feat(storage): postgresql schema and ssl options ()
Adds the schema name and all ssl options for PostgreSQL. Also a significant refactor of the storage validation process.
2021-12-02 16:36:03 +11:00
..
access_control_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
access_control.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
authentication_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
authentication.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
configuration_test.go feat(storage): encrypted secret values () 2021-11-25 12:56:58 +11:00
configuration.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
const.go feat(storage): postgresql schema and ssl options () 2021-12-02 16:36:03 +11:00
identity_providers_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
identity_providers.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
keys_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
keys.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
logging_test.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
logging.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
notifier_test.go fix(notifier): force use of sender email in smtp from cmd () 2021-11-30 22:15:21 +11:00
notifier.go fix(notifier): force use of sender email in smtp from cmd () 2021-11-30 22:15:21 +11:00
ntp_test.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
ntp.go feat(ntp): check clock sync on startup () 2021-09-17 14:44:35 +10:00
regulation_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
regulation.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
server_test.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
server.go refactor: remove previously deprecated options () 2021-12-02 00:01:32 +11:00
session_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
session.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
storage_test.go feat(storage): postgresql schema and ssl options () 2021-12-02 16:36:03 +11:00
storage.go feat(storage): postgresql schema and ssl options () 2021-12-02 16:36:03 +11:00
theme_test.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
theme.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
totp_test.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00
totp.go feat(totp): algorithm and digits config () 2021-12-01 23:11:29 +11:00