Skip to content

packages/django-postgres-cache: avoid regex queries when listing keys if possible (cherry-pick #23160 to version-2026.5)#23423

Open
authentik-automation[bot] wants to merge 1 commit into
version-2026.5from
cherry-pick/23160-to-version-2026.5
Open

packages/django-postgres-cache: avoid regex queries when listing keys if possible (cherry-pick #23160 to version-2026.5)#23423
authentik-automation[bot] wants to merge 1 commit into
version-2026.5from
cherry-pick/23160-to-version-2026.5

Conversation

@authentik-automation

Copy link
Copy Markdown
Contributor

Cherry-pick of #23160 to version-2026.5 branch.

Original PR: #23160
Original Author: @rissson
Cherry-picked commit: 5839b40

… if possible (#23160)

Co-authored-by: Ryan Pesek <rpesek@cloudflare.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit ac5daf0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a3e98d7b027a60009ff60bc
😎 Deploy Preview https://deploy-preview-23423--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (529f09c) to head (ac5daf0).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff               @@
##           version-2026.5   #23423   +/-   ##
===============================================
  Coverage           93.27%   93.27%           
===============================================
  Files                1034     1034           
  Lines               60238    60238           
  Branches              400      400           
===============================================
+ Hits                56185    56186    +1     
+ Misses               4053     4052    -1     
Flag Coverage Δ
conformance 36.51% <ø> (+<0.01%) ⬆️
e2e 41.74% <ø> (-0.01%) ⬇️
integration 32.95% <ø> (+<0.01%) ⬆️
rust 0.00% <ø> (ø)
unit 92.21% <ø> (+<0.01%) ⬆️
unit-migrate 92.24% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ac5daf0fdd6a8a63bfd4bc286c2e6ad19ff4ca1f
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-ac5daf0fdd6a8a63bfd4bc286c2e6ad19ff4ca1f

Afterwards, run the upgrade commands from the latest release notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant