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/internal
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
..
common web/admin: fix error adding users to groups (#5016) 2023-03-20 18:15:36 +01:00
config root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01:00
constants release: 2023.10.3 2023-11-09 19:20:28 +01:00
crypto internal: fix crash when port 9000 is in use (#4863) 2023-03-07 13:27:46 +01:00
debug internal: fix linting error 2023-01-09 17:17:27 +01:00
gounicorn root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630) 2023-09-27 11:34:29 +00:00
outpost providers/proxy: fix closed redis client (#7385) 2023-11-03 15:19:21 +01:00
utils root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630) 2023-09-27 11:34:29 +00:00
web root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630) 2023-09-27 11:34:29 +00:00