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
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
..
templates/api core: fix inconsistent favicon (#6080) 2023-06-27 23:13:31 +02:00
tests core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
v3 root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01: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 core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
decorators.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
pagination.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
schema.py *: fix api errors raised in general validate() to specify a field (#6663) 2023-08-29 14:41:48 +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