backend-defaults: Added deprecation warning for the dangerouslyDisableDefaultAuthPolicy config option
Co-authored-by: Camila Belo <camilaibs@gmail.com> Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -24,6 +24,8 @@ backend:
|
||||
dangerouslyDisableDefaultAuthPolicy: true
|
||||
```
|
||||
|
||||
Please note that this functionality will be removed in a future release, and you should migrate to using the new auth services as soon as possible or you would have to support your own service for issuing tokens.
|
||||
|
||||
In short, this will allow requests through to plugins in your backend, even if they do not include any credentials. The requests will still be treated as unauthenticated however, which not all plugin endpoints may accept. For more information on the impact of this configuration, see the [auth service documentation](../backend-system/core-services/auth.md).
|
||||
|
||||
### Migrating the backend
|
||||
|
||||
Reference in New Issue
Block a user