Clément Michaud
adf7bbaf5b
[DOCS] Bootstrap new documentation website based on just-the-docs ( #659 )
2020-02-29 01:43:59 +01:00
Clement Michaud
e92d3ced3a
Introduce viper in order to read secrets from env variables.
2020-01-22 10:15:25 +11:00
Clement Michaud
e21da43fd6
Add support for LDAP over TLS.
2019-12-06 21:33:47 +01:00
Clement Michaud
b89f63e9c1
Fix and parallelize integration tests.
2019-12-05 11:05:24 +01:00
Clement Michaud
a06b69dd45
Provide commands to migrate database from v3 to v4.
2019-11-17 16:30:33 +01:00
Clement Michaud
6303485fd2
Add support for PostgreSQL.
2019-11-16 23:39:26 +01:00
Clement Michaud
e20112f209
Remove retry mechanism from mysql provider.
...
The retry logic is implemented in the reflex service script instead.
2019-11-16 23:39:26 +01:00
Clement Michaud
bd19ee48fd
Deprecate mongo and add mariadb as storage backend option.
2019-11-16 23:39:26 +01:00
Clement Michaud
a991379a74
Declare suites as Go structs and bootstrap e2e test framework in Go.
...
Some tests are not fully rewritten in Go, a typescript wrapper is called
instead until we remove the remaining TS tests and dependencies.
Also, dockerize every components (mainly Authelia backend, frontend and kind)
so that the project does not interfere with user host anymore (open ports for instance).
The only remaining intrusive change is the one done during bootstrap to add entries in /etc/hosts.
It will soon be avoided using authelia.com domain that I own.
2019-11-15 20:23:06 +01:00
Clement Michaud
5bd9e831eb
Use pure implementation of crypt to generate and check password hashes.
...
This allows to remove the dependency to libc.
2019-11-01 23:06:31 +01:00
Clement Michaud
9d7224b7ad
Replace typescript version of authelia-scripts by Go version.
2019-11-01 19:03:22 +01:00
Clement Michaud
931887a0a7
Use Golang modules to freeze dependencies.
2019-10-29 00:40:45 +01:00