Skip to content

root: allow listening on multiple IPs#20930

Merged
rissson merged 13 commits intomainfrom
multiple-listeners
Mar 19, 2026
Merged

root: allow listening on multiple IPs#20930
rissson merged 13 commits intomainfrom
multiple-listeners

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 16, 2026

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 16, 2026
@rissson rissson requested review from a team as code owners March 16, 2026 17:41
@rissson rissson requested a review from a team as a code owner March 16, 2026 17:41
@netlify
Copy link

netlify bot commented Mar 16, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 7fab5b6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69bc06fb25b456000832a529
😎 Deploy Preview https://deploy-preview-20930--authentik-storybook.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 Mar 16, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 8ef1b94
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69bc0c98b1f2ea00077a7b2f
😎 Deploy Preview https://deploy-preview-20930--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 Mar 16, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8ef1b94
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bc0c983aa60d0008c86374
😎 Deploy Preview https://deploy-preview-20930--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 16, 2026

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.78%. Comparing base (894f134) to head (8ef1b94).
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/tasks/middleware.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20930      +/-   ##
==========================================
- Coverage   92.79%   92.78%   -0.01%     
==========================================
  Files        1000     1000              
  Lines       56571    56577       +6     
  Branches      425      425              
==========================================
+ Hits        52493    52497       +4     
- Misses       4078     4080       +2     
Flag Coverage Δ
conformance 37.40% <75.00%> (+<0.01%) ⬆️
e2e 42.89% <75.00%> (+<0.01%) ⬆️
integration 22.22% <75.00%> (+<0.01%) ⬆️
rust 0.23% <ø> (ø)
unit 91.69% <75.00%> (-0.01%) ⬇️
unit-migrate 91.79% <75.00%> (-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.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 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-8ef1b945e84260f53d524dbb556a967fc472a602
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-8ef1b945e84260f53d524dbb556a967fc472a602

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

@rissson rissson marked this pull request as draft March 17, 2026 14:27
@rissson
Copy link
Member Author

rissson commented Mar 17, 2026

healthchecks will break with this. Also needs listening on unix socket fixed

rissson added 5 commits March 18, 2026 13:43
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Copy link
Member

@BeryJu BeryJu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one nit

@rissson rissson marked this pull request as ready for review March 19, 2026 13:27
@rissson rissson moved this from Todo to Needs review in authentik Core Mar 19, 2026
rissson added 2 commits March 19, 2026 14:33
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) March 19, 2026 13:40
@rissson rissson disabled auto-merge March 19, 2026 14:22
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a few suggestions!

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Mar 19, 2026
@rissson rissson enabled auto-merge (squash) March 19, 2026 14:23
@rissson rissson disabled auto-merge March 19, 2026 14:24
@rissson rissson enabled auto-merge (squash) March 19, 2026 14:24
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson merged commit 4dfdf9a into main Mar 19, 2026
154 of 157 checks passed
@rissson rissson deleted the multiple-listeners branch March 19, 2026 15:46
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 19, 2026
kensternberg-authentik added a commit that referenced this pull request Mar 26, 2026
* main: (36 commits)
  website: fix typos (#20996)
  internal/outpost/ak: fix ws URL on outpost restart (#21041)
  sources/ldap: fix incorrect error response for invalid sync_users_password (#21016)
  website/docs: add missing dependencies for linux dev environment (#21020)
  core, web: update translations (#21021)
  web: bump flatted from 3.4.1 to 3.4.2 in /web (#21037)
  web: bump @sentry/browser from 10.44.0 to 10.45.0 in /web in the sentry group across 1 directory (#21022)
  website: bump flatted from 3.4.1 to 3.4.2 in /website (#21038)
  core: bump astral-sh/uv from 0.10.11 to 0.10.12 in /lifecycle/container (#21027)
  ci: bump actions-rust-lang/setup-rust-toolchain from 1.15.3 to 1.15.4 in /.github/actions/setup (#21030)
  ci: bump taiki-e/install-action from 2.68.26 to 2.69.2 in /.github/actions/setup (#21029)
  core: bump goauthentik/fips-debian from `7baeeaa` to `7726387` in /lifecycle/container (#21028)
  core: bump aws-cdk-lib from 2.243.0 to 2.244.0 (#21026)
  core: bump types-ldap3 from 2.9.13.20251121 to 2.9.13.20260319 (#21024)
  core: bump ruff from 0.15.6 to 0.15.7 (#21023)
  core: bump goauthentik/fips-python from `859ad57` to `bf45eb7` in /lifecycle/container (#21025)
  website/integrations: fix AWS SCIM with Identity Center (#21017)
  root: allow listening on multiple IPs (#20930)
  website: switch docs analytics to gtag (#20993)
  web: link file picker to docs (#20995)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants