endpoints: fix infinite recursion in stage with unsupported connector#20485
endpoints: fix infinite recursion in stage with unsupported connector#20485
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-0ac29cc8822b4a42eef43da34de2e8398cf81929
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-0ac29cc8822b4a42eef43da34de2e8398cf81929Afterwards, run the upgrade commands from the latest release notes. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20485 +/- ##
==========================================
+ Coverage 93.29% 93.30% +0.01%
==========================================
Files 981 981
Lines 55279 55311 +32
==========================================
+ Hits 51570 51610 +40
+ Misses 3709 3701 -8
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. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…#20485) * stages: fix infinite recursion * respect mode Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
|
Cherry-pick to |
…#20485) * stages: fix infinite recursion * respect mode Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add tests Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
… (cherry-pick #20485 to version-2026.2) (#20514) endpoints: fix infinite recursion in stage with unsupported connector (#20485) * stages: fix infinite recursion * respect mode * add tests --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Connor Peshek <connor@connorpeshek.me> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
… (cherry-pick #20485 to version-2025.12) (#20513) endpoints: fix infinite recursion in stage with unsupported connector (#20485) * stages: fix infinite recursion * respect mode * add tests --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Connor Peshek <connor@connorpeshek.me> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
* main: web/flow: Tidy identification stage (#20261) website/docs: fix upgrade link in release notes (#20540) website/docs: fix upgrade link in `2026.2` release notes (#20539) website/docs: update supported versions (#20534) website/docs: create draft release notes for `2026.5` (#20529) Fix redirect URI in Seafile integration documentation (#20532) website/docs: autogenerate release notes (#20527) providers/oauth2: add jti claim (#20484) providers/oauth2: deactivate locale after testing (#20518) policies: fix PolicyEngineMode ALL with static binding optimization (#20430) website/docs: fix linux setup docs (#20508) web: fix Edit Policy button on Flow view page (#20511) endpoints: fix infinite recursion in stage with unsupported connector (#20485) enterprise: add `ES384` to enterprise license algorithms (#20507) web/flow: fix typo in RedirectStage (#20488) website/docs: fix GitHub social-login wording and capitalization (#20489) web: bump knip from 5.84.1 to 5.85.0 in /web (#20464) website/integrations: standardize resource sections and update template (#20423) core, web: bump ajv from 6.12.6 to 6.14.0 in /packages/eslint-config (#20478)
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)