authelia/internal/configuration/schema
Clément Michaud faf43de14f
[FEATURE] Add TLS support. (#677)
* [FEATURE] Add TLS support.

Fixes #368.

* [FEATURE] Introduce OnError hook in suites.

This hook allows to perform actions following an erroneous suite
like displaying the logs of Authelia.

* Display Authelia logs of Standalone suite when tests fail.

* Fix Standalone suite.

* Apply suggestions from code review

* Rename ssl_key and ssl_cert into tls_key and tls_cert.
2020-03-03 18:18:25 +11:00
..
access_control.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
authentication.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
configuration.go [FEATURE] Add TLS support. (#677) 2020-03-03 18:18:25 +11:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
regulation.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
session.go [FEATURE] Redis DB Index Selection (#653) 2020-02-28 11:14:44 +11:00
storage.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
totp.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
validator.go Move source code into internal directory to follow standard project layout. 2019-11-17 16:30:33 +01:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00