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/flows
Philipp Kolberg 9db9ad3d66
root: Restructure broker / cache / channel / result configuration (#7097)
* Initial commit

* Remove any remaining mentions of Redis URL

This is handled in https://github.com/goauthentik/authentik/pull/5395

* Allow setting broker transport options

This enables usage of other brokers that require additional settings

* Remove remaining reference to Redis URL

This functionality is not part of this PR

* Reset default TLS requirements to none

* Fix linter errors

* Move dict from base64 encoded json to config.py

Additionally add tests

* Replace ast.literal_eval with json.loads

* Use default channel and cache backend configuration

If more customization is desired users shall look at goauthentik.io/docs/installation/configuration#custom-python-settings

* Send config deprecation notification to all superusers

* Remove duplicate method

* Add configuration explanation

For channel layer settings

* Use Event for deprecation warning

* Fix remove duplicated method

* Add missing comma

* Update authentik/lib/config.py

Signed-off-by: Jens L. <jens@beryju.org>

* Fix Event deprecation handling

---------

Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Jens L <jens@beryju.org>
2023-11-10 15:44:37 +01:00
..
api core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
management *: cleanup stray print calls 2022-09-10 13:24:53 +02:00
migrations security: fix oobe-flow reuse when akadmin is deleted (#7361) 2023-10-28 21:24:06 +02:00
tests flows: remove need for post() wrapper by using dispatch (#6765) 2023-09-05 22:15:03 +02:00
views core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py root: extended flow and policy metrics (#7067) 2023-10-05 01:04:55 +02:00
challenge.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
exceptions.py stages/password: move password validation to serializer (#6766) 2023-09-05 22:55:33 +02:00
markers.py *: use dataclass slots wherever applicable (#6005) 2023-06-19 18:31:07 +02:00
models.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
planner.py root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01:00
signals.py root: improve code style (#4436) 2023-01-15 17:02:31 +01:00
stage.py stages/password: move password validation to serializer (#6766) 2023-09-05 22:55:33 +02:00
urls.py api: modular urls (#5551) 2023-05-09 14:46:47 +02:00