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/lib
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
..
expression web/flows: bottom-align about text on flows page (#7051) 2023-10-03 14:10:10 +02:00
tests root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01:00
utils 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
avatars.py root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
config.go root: fix config loading for outposts (#6640) 2023-08-26 19:40:48 +02:00
config.py root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01:00
default.yml root: Restructure broker / cache / channel / result configuration (#7097) 2023-11-10 15:44:37 +01:00
generators.py providers/oauth2: add device flow (#3334) 2022-10-11 12:42:10 +02:00
logging.py root: connect to backend via socket (#6720) 2023-09-02 17:58:37 +02:00
merge.py sources/ldap: use merger that only appends unique items to list 2022-02-13 14:20:13 +01:00
migrations.py lib: fix fallback_names migration not working when multiple objects n… (#5637) 2023-05-16 22:17:56 +02:00
models.py core: fix url validator (#4957) 2023-03-15 12:00:57 +01:00
sentry.py core: bump django from 4.1.7 to 4.2 (#5238) 2023-08-01 19:30:28 +02:00
validators.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
views.py core: improve error template (#3521) 2022-09-03 19:46:37 +02:00
xml.py core: bump bandit from 1.7.4 to 1.7.5 (#4896) 2023-03-10 12:06:59 +01:00