outpost/proxy: fix double host sent on token introspection - #25234
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #25234 +/- ##
==========================================
+ Coverage 91.35% 91.52% +0.17%
==========================================
Files 1151 1151
Lines 73091 73125 +34
Branches 3889 3923 +34
==========================================
+ Hits 66769 66931 +162
+ Misses 6286 6158 -128
Partials 36 36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4a0b876066d99a2dcc4747eb0c8abb16d0893188
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-4a0b876066d99a2dcc4747eb0c8abb16d0893188Afterwards, run the upgrade commands from the latest release notes. |
|
🍒 Cherry-pick to |
Details
closes #25226
Checklist
make all)make docs)