Skip to content

providers/proxy: move search path to query instead of runtime parameter#20662

Merged
rissson merged 7 commits intomainfrom
providers/proxy/fix-search_path
Mar 3, 2026
Merged

providers/proxy: move search path to query instead of runtime parameter#20662
rissson merged 7 commits intomainfrom
providers/proxy/fix-search_path

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Mar 2, 2026

runtime parameter is incompatible with pgbouncer

closes #19939

@BeryJu BeryJu requested a review from a team as a code owner March 2, 2026 14:33
@BeryJu BeryJu added area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Mar 2, 2026
@netlify
Copy link

netlify bot commented Mar 2, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 972bca0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69a716de4ee01c0008a4f8cc
😎 Deploy Preview https://deploy-preview-20662--authentik-docs.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
Copy link

codecov bot commented Mar 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.39%. Comparing base (3927130) to head (972bca0).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20662      +/-   ##
==========================================
+ Coverage   93.30%   93.39%   +0.09%     
==========================================
  Files         983      983              
  Lines       55473    55473              
==========================================
+ Hits        51758    51810      +52     
+ Misses       3715     3663      -52     
Flag Coverage Δ
conformance 37.64% <ø> (+<0.01%) ⬆️
e2e 43.26% <ø> (+0.40%) ⬆️
integration 22.44% <ø> (+<0.01%) ⬆️
unit 91.54% <ø> (+<0.01%) ⬆️
unit-migrate 91.64% <ø> (+<0.01%) ⬆️

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

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

@netlify
Copy link

netlify bot commented Mar 2, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 972bca0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69a716de67b07c00082cbec6
😎 Deploy Preview https://deploy-preview-20662--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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

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-972bca0ed846e390eb3d474d390652898b818d3d
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-972bca0ed846e390eb3d474d390652898b818d3d

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

@dominic-r dominic-r force-pushed the providers/proxy/fix-search_path branch from 2e6f16a to 972bca0 Compare March 3, 2026 17:14
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Mar 3, 2026
@rissson rissson enabled auto-merge (squash) March 3, 2026 17:40
@rissson rissson merged commit ec7efa5 into main Mar 3, 2026
102 checks passed
@rissson rissson deleted the providers/proxy/fix-search_path branch March 3, 2026 17:49
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 3, 2026
authentik-automation bot pushed a commit that referenced this pull request Mar 3, 2026
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #20692

@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20693

gergosimonyi pushed a commit that referenced this pull request Mar 3, 2026
…er (cherry-pick #20662 to version-2026.2) (#20693)

providers/proxy: move search path to query instead of runtime parameter (#20662)

Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
rissson pushed a commit that referenced this pull request Mar 4, 2026
…er (cherry-pick #20662 to version-2025.12) (#20692)

Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

unsupported startup parameter: search_path when using PGBouncer

3 participants