website: format docs with prettier (#2833)

* run prettier

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

* add scim to comparison

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens L
2022-05-09 21:22:41 +02:00
committed by GitHub
parent 26d92d9259
commit f9469e3f99
148 changed files with 3447 additions and 3107 deletions

View File

@ -7,28 +7,28 @@ slug: "2022.5"
## New features
- LDAP Outpost cached binding
- LDAP Outpost cached binding
Instead of always executing the configured flow when a new Bind request is received, the provider can now be configured to cache the session from the initial flow execution, and directly validate credentials in the outpost. This drastically improves the bind performance.
Instead of always executing the configured flow when a new Bind request is received, the provider can now be configured to cache the session from the initial flow execution, and directly validate credentials in the outpost. This drastically improves the bind performance.
See [LDAP provider](../providers/ldap.md#cached-bind)
See [LDAP provider](../providers/ldap.md#cached-bind)
## Minor changes/fixes
- *: decrease frequency of background tasks, smear tasks based on name and fqdn
- core: add custom shell command which imports all models and creates events for model events
- core: add flag to globally disable impersonation
- events: fix created events only being logged as debug level
- flows: handle flow title formatting error better, add user to flow title context
- outposts/ldap: cached bind (#2824)
- policies: fix current user not being set in server-side policy deny
- root: export poetry deps to requirements.txt so we don't need poetry … (#2823)
- root: handle JSON error in metrics too
- root: set SESSION_SAVE_EVERY_REQUEST to enable sliding sessions
- root: use npm ci
- sources/oauth: Fix wording for OAuth source names (#2732)
- stages/user_delete: fix delete stage failing when pending user is not explicitly set
- web/user: add missing checkbox element in user settings (#2762)
- \*: decrease frequency of background tasks, smear tasks based on name and fqdn
- core: add custom shell command which imports all models and creates events for model events
- core: add flag to globally disable impersonation
- events: fix created events only being logged as debug level
- flows: handle flow title formatting error better, add user to flow title context
- outposts/ldap: cached bind (#2824)
- policies: fix current user not being set in server-side policy deny
- root: export poetry deps to requirements.txt so we don't need poetry … (#2823)
- root: handle JSON error in metrics too
- root: set SESSION_SAVE_EVERY_REQUEST to enable sliding sessions
- root: use npm ci
- sources/oauth: Fix wording for OAuth source names (#2732)
- stages/user_delete: fix delete stage failing when pending user is not explicitly set
- web/user: add missing checkbox element in user settings (#2762)
## Upgrading
@ -44,6 +44,6 @@ Update your values to use the new images:
```yaml
image:
repository: ghcr.io/goauthentik/server
tag: 2022.5.1
repository: ghcr.io/goauthentik/server
tag: 2022.5.1
```