Skip to content

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #19118 to version-2025.12 branch.

Original PR: #19118
Original Author: @dominic-r
Cherry-picked commit: a479c79

* internal: Outpost's conn options should be base64 json

* correctly parse target_session_attrs + tests

* fix port handling to use env provided port

* add multiple port handling abilities to mirror the python config parser

---------

Co-authored-by: Duncan Tasker <tasatree@gmail.com>
@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 12e3de2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69666a70e81fa000087e957a
😎 Deploy Preview https://deploy-preview-19372--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.

@netlify
Copy link

netlify bot commented Jan 13, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 12e3de2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69666a70cdf73600084a5ee1
😎 Deploy Preview https://deploy-preview-19372--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 Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (ad818a2) to head (12e3de2).
⚠️ Report is 5 commits behind head on version-2025.12.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.12   #19372      +/-   ##
===================================================
+ Coverage            93.03%   93.27%   +0.23%     
===================================================
  Files                  946      946              
  Lines                52151    52151              
===================================================
+ Hits                 48519    48644     +125     
+ Misses                3632     3507     -125     
Flag Coverage Δ
e2e 44.62% <ø> (+0.58%) ⬆️
integration 23.45% <ø> (+<0.01%) ⬆️
unit 91.54% <ø> (ø)
unit-migrate 91.59% <ø> (ø)

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.

@github-actions
Copy link
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-12e3de2a7b93bb34874fcf70f6432e2e5129d784
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-12e3de2a7b93bb34874fcf70f6432e2e5129d784

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

@BeryJu BeryJu merged commit 9a6f66b into version-2025.12 Jan 13, 2026
91 checks passed
@BeryJu BeryJu deleted the cherry-pick/19118-to-version-2025.12 branch January 13, 2026 16:37
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.

3 participants