providers/proxy: move search path to query instead of runtime parameter#20662
providers/proxy: move search path to query instead of runtime parameter#20662
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20662 +/- ##
==========================================
+ Coverage 93.30% 93.39% +0.09%
==========================================
Files 983 983
Lines 55473 55473
==========================================
+ Hits 51758 51810 +52
+ Misses 3715 3663 -52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-972bca0ed846e390eb3d474d390652898b818d3d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-972bca0ed846e390eb3d474d390652898b818d3dAfterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2e6f16a to
972bca0
Compare
…er (#20662) Co-authored-by: Dominic R <dominic@sdko.org>
|
🍒 Cherry-pick to |
…er (#20662) Co-authored-by: Dominic R <dominic@sdko.org>
|
🍒 Cherry-pick to |
runtime parameter is incompatible with pgbouncer
closes #19939