Conversation
…characters And modify / add some more tests and a bit of refactoring
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…te check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dominic R <dominic@sdko.org>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18211 +/- ##
==========================================
+ Coverage 92.95% 93.21% +0.25%
==========================================
Files 869 946 +77
Lines 48116 51768 +3652
==========================================
+ Hits 44728 48256 +3528
- Misses 3388 3512 +124
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-335a453d3196aae7c34f74ff3290db17a39e2c3e
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-335a453d3196aae7c34f74ff3290db17a39e2c3eAfterwards, run the upgrade commands from the latest release notes. |
…ertificate check" This reverts commit ead227a.
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
…g session on restart (#18211) * outpost/proxyv2: handle PostgreSQL passwords with spaces and special characters And modify / add some more tests and a bit of refactoring * Potential fix for code scanning alert no. 268: Disabled TLS certificate check Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Dominic R <dominic@sdko.org> * Revert "Potential fix for code scanning alert no. 268: Disabled TLS certificate check" This reverts commit ead227a. * wip * fix incorrect status code in error response Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Dominic R <dominic@sdko.org> Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
…g session on restart (cherry-pick #18211 to version-2025.10) (#18742) Co-authored-by: Dominic R <dominic@sdko.org> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io> fix pg password with spaces, and existing session on restart (#18211)
* main: (69 commits) website/docs: fix incorrect menu reference in data exports doc (#18752) translate: Updates for project authentik and language zh-Hans (#18756) translate: Updates for project authentik and language tr_TR (#18758) translate: Updates for project authentik and language fi_FI (#18759) translate: Updates for project authentik and language pl_PL (#18754) translate: Updates for project authentik and language ru_RU (#18745) translate: Updates for project authentik and language ko_KR (#18760) translate: Updates for project authentik and language ja_JP (#18755) translate: Updates for project authentik and language de_DE (#18749) translate: Updates for project authentik and language nl_NL (#18751) translate: Updates for project authentik and language pt_BR (#18746) translate: Updates for project authentik and language es_ES (#18748) translate: Updates for project authentik and language it_IT (#18750) translate: Updates for project authentik and language cs_CZ (#18753) translate: Updates for project authentik and language fr_FR (#18747) stages/identification: Add WebAuthn conditional UI (passkey autofill) support (#18377) api: allow configuring default page_size and max_page_size (#18165) root: do not require backend approval for npm workspace dependencies (#18738) outpost/proxyv2: more tests, fix pg password with spaces, and existing session on restart (#18211) web: bump @types/guacamole-common-js from 1.5.4 to 1.5.5 in /web (#18717) ...
And modify / add some more tests and a bit of refactoring
Closes: #18175
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)