Skip to content

internal: rework liveness probe and proxy#19312

Merged
BeryJu merged 1 commit intomainfrom
internal/rework-liveness-probe
Jan 13, 2026
Merged

internal: rework liveness probe and proxy#19312
BeryJu merged 1 commit intomainfrom
internal/rework-liveness-probe

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jan 9, 2026

https://github.com/goauthentik/internal-customer-ref/issues/2

currently liveness probe always returns 200 no matter if gunicorn is up or not

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested a review from a team as a code owner January 9, 2026 17:24
@netlify
Copy link

netlify bot commented Jan 9, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9d208ba
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/696139d800df550008f300e9
😎 Deploy Preview https://deploy-preview-19312--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 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.30%. Comparing base (73ccead) to head (9d208ba).
⚠️ Report is 73 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19312      +/-   ##
==========================================
- Coverage   93.34%   93.30%   -0.05%     
==========================================
  Files         949      949              
  Lines       52419    52419              
==========================================
- Hits        48933    48909      -24     
- Misses       3486     3510      +24     
Flag Coverage Δ
conformance 38.78% <ø> (+<0.01%) ⬆️
e2e 44.68% <ø> (+0.01%) ⬆️
integration 23.37% <ø> (-0.06%) ⬇️
unit 91.56% <ø> (+<0.01%) ⬆️
unit-migrate 91.61% <ø> (+<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 Jan 9, 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-9d208ba0f1ee76262374f651addaded372c84523
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-9d208ba0f1ee76262374f651addaded372c84523

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

@BeryJu BeryJu merged commit 3454704 into main Jan 13, 2026
101 checks passed
@BeryJu BeryJu deleted the internal/rework-liveness-probe branch January 13, 2026 14:11
@BeryJu BeryJu added area:backend backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Jan 13, 2026
authentik-automation bot pushed a commit that referenced this pull request Jan 13, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

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

authentik-automation bot pushed a commit that referenced this pull request Jan 13, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #19383

BeryJu added a commit that referenced this pull request Jan 13, 2026
…ion-2025.12) (#19382)

internal: rework liveness probe and proxy (#19312)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
BeryJu added a commit that referenced this pull request Jan 13, 2026
…ion-2025.10) (#19383)

internal: rework liveness probe and proxy (#19312)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants