outpost: proxyv2: Use Postgres for the Embedded Outpost#16628
Merged
BeryJu merged 24 commits intogoauthentik:mainfrom Oct 9, 2025
Merged
outpost: proxyv2: Use Postgres for the Embedded Outpost#16628BeryJu merged 24 commits intogoauthentik:mainfrom
BeryJu merged 24 commits intogoauthentik:mainfrom
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16628 +/- ##
==========================================
- Coverage 92.96% 92.62% -0.35%
==========================================
Files 857 857
Lines 46563 46608 +45
==========================================
- Hits 43288 43171 -117
- Misses 3275 3437 +162
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6 tasks
rissson
reviewed
Sep 15, 2025
b8aee81 to
1e6e1cb
Compare
BeryJu
reviewed
Sep 30, 2025
4fbaf32 to
2539c47
Compare
BeryJu
requested changes
Oct 8, 2025
rissson
approved these changes
Oct 8, 2025
dominic-r
commented
Oct 8, 2025
dominic-r
commented
Oct 8, 2025
4884893 to
2351273
Compare
cf5ad24 to
874041c
Compare
BeryJu
reviewed
Oct 9, 2025
Co-authored-by: Jens L. <jens@beryju.org> Signed-off-by: Dominic R <dominic@sdko.org>
BeryJu
approved these changes
Oct 9, 2025
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
kensternberg-authentik
added a commit
that referenced
this pull request
Nov 10, 2025
* main: (56 commits) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#17361) website/docs: add entra id scim source (#17357) outpost: proxyv2: Use Postgres for the Embedded Outpost (#16628) tasks: set uid early (#17356) tasks: only set tenant on task creation (#17358) core: bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#17346) web: bump eslint-plugin-react-hooks from 6.1.1 to 7.0.0 in /packages/eslint-config in the eslint group across 1 directory (#17347) web: bump chromedriver from 141.0.0 to 141.0.1 in /web (#17348) web: bump knip from 5.64.1 to 5.64.2 in /web (#17349) web: bump @formatjs/intl-listformat from 7.7.11 to 7.7.12 in /web (#17350) web: bump pino from 9.13.0 to 10.0.0 in /web (#17351) core: bump axllent/mailpit from v1.27.9 to v1.27.10 in /tests/e2e (#17352) enterprise/providers/gws+entra: fix group integrity error during discovery (#17355) core, web: update translations (#17342) ci: bump snok/container-retention-policy from 2.2.1 to 3.0.1 (#17344) core: bump goauthentik.io/api/v3 from 3.2025100.18 to 3.2025100.20 (#17345) packages/django-dramatiq-postgres: broker: task retrieval fixes and improvements (#17335) enterprise/providers/gws+entra: fix integrity error during discovery (#17341) web: bump API Client version (#17340) api: Clean schema up more (#17055) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the proxyv2 embedded outpost to store it's sessions in Postgres instead of Redis due to the deprecation in authentik 2025.10
todo: