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/authentik/api
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
..
templates/api core: fix inconsistent favicon (#6080) 2023-06-27 23:13:31 +02:00
tests enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
v3 root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py api: fix missing scheme in securitySchemes 2022-10-29 18:50:34 +02:00
authentication.py security: cure53 fix (#6039) 2023-06-22 22:25:04 +02:00
authorization.py api: add filter backend for secret key to allow access to tenants and certificates 2022-12-28 18:59:25 +01:00
decorators.py core: fix tokens not being viewable but superusers 2021-09-19 16:11:20 +02:00
pagination.py core: make filefields readonly 2021-05-16 17:34:55 +02:00
schema.py api: fix schema not referencing errors correctly 2022-09-11 23:01:26 +02:00
urls.py root: remove old api path 2022-01-06 22:21:21 +01:00
views.py *: linting pass, rename from swagger to schema 2021-05-16 15:22:57 +02:00