This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/tests/e2e
Jens L 2f469d2709
root: partial Live-updating config (#5959)
* stages/email: directly use email credentials from config

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use custom database backend that supports dynamic credentials

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add crude config reloader

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* make method names for CONFIG clearer

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* replace config.set with environ

Not sure if this is the cleanest way, but it persists through a config reload

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* re-add set for @patch

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* even more crudeness

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* clean up some old stuff?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* somewhat rewrite config loader to keep track of a source of an attribute so we can refresh it

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* cleanup old things

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix flow e2e

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-07-19 23:13:22 +02:00
..
__init__.py
docker-compose.yml
test_flows_authenticators.py
test_flows_enroll.py root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
test_flows_login.py
test_flows_recovery.py root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
test_flows_stage_setup.py
test_provider_ldap.py enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
test_provider_oauth2_github.py
test_provider_oauth2_grafana.py
test_provider_oidc.py
test_provider_oidc_implicit.py
test_provider_proxy.py
test_provider_radius.py
test_provider_saml.py
test_source_ldap_samba.py sources/ldap: improve scalability (#6056) 2023-06-28 17:13:42 +02:00
test_source_oauth.py
test_source_saml.py
utils.py