Skip to content

internal: make http timeouts configurable#20472

Merged
BeryJu merged 2 commits intomainfrom
web/configurable-timeouts
Feb 25, 2026
Merged

internal: make http timeouts configurable#20472
BeryJu merged 2 commits intomainfrom
web/configurable-timeouts

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 23, 2026

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners February 23, 2026 13:18
@BeryJu BeryJu added area:backend area:docs Features or issues related to Docusaurus backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 labels Feb 23, 2026
@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a3e41f6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/699c5e71711260000859ef11
😎 Deploy Preview https://deploy-preview-20472--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 Feb 23, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit a3e41f6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/699c5e7117c03f00086ffd65
😎 Deploy Preview https://deploy-preview-20472--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 Feb 23, 2026

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20472      +/-   ##
==========================================
+ Coverage   93.28%   93.30%   +0.01%     
==========================================
  Files         981      981              
  Lines       55186    55276      +90     
==========================================
+ Hits        51479    51573      +94     
+ Misses       3707     3703       -4     
Flag Coverage Δ
conformance 37.38% <ø> (-0.06%) ⬇️
e2e 43.18% <ø> (-0.07%) ⬇️
integration 22.40% <ø> (-0.03%) ⬇️
unit 91.50% <ø> (+0.01%) ⬆️
unit-migrate 91.54% <ø> (+0.04%) ⬆️

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 Feb 23, 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-a3e41f698352f414adeffc4692fccbdab162de09
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-a3e41f698352f414adeffc4692fccbdab162de09

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

Copy link
Contributor

@dewi-tik dewi-tik left a comment

Choose a reason for hiding this comment

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

Ok for docs

@BeryJu BeryJu merged commit 849c378 into main Feb 25, 2026
103 checks passed
@BeryJu BeryJu deleted the web/configurable-timeouts branch February 25, 2026 13:21
authentik-automation bot pushed a commit that referenced this pull request Feb 25, 2026
* internal: make http timeouts configurable

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Changed formatting to match the rest of the doc

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
@authentik-automation
Copy link
Contributor

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

authentik-automation bot pushed a commit that referenced this pull request Feb 25, 2026
* internal: make http timeouts configurable

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Changed formatting to match the rest of the doc

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
@authentik-automation
Copy link
Contributor

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

dewi-tik added a commit that referenced this pull request Feb 25, 2026
…ion-2025.12) (#20566)

internal: make http timeouts configurable (#20472)

* internal: make http timeouts configurable



* Changed formatting to match the rest of the doc

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
dewi-tik added a commit that referenced this pull request Feb 25, 2026
…ion-2026.2) (#20567)

internal: make http timeouts configurable (#20472)

* internal: make http timeouts configurable



* Changed formatting to match the rest of the doc

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
kensternberg-authentik added a commit that referenced this pull request Feb 25, 2026
* main: (22 commits)
  core: bump astral-sh/uv from 0.10.4 to 0.10.6 in /lifecycle/container (#20557)
  web: bump the goauthentik group across 1 directory with 3 updates (#20551)
  core: bump github.com/getsentry/sentry-go from 0.42.0 to 0.43.0 (#20552)
  core: bump goauthentik.io/api/v3 to 3.2026.5.0-rc1-1771856193 (#20475)
  core: bump axllent/mailpit from v1.29.1 to v1.29.2 in /tests/e2e (#20553)
  core: bump goauthentik/selenium from 144.0-ak-0.40.0 to 145.0-ak-0.40.0 in /tests/e2e (#20554)
  core: bump library/golang from `889885d` to `d0a3e4b` in /lifecycle/container (#20556)
  website/integrations: gitea: ak_groups -> groups (#20565)
  lifecycle/aws: bump aws-cdk from 2.1106.1 to 2.1107.0 in /lifecycle/aws (#20493)
  ci: add `reason` change to versions repo bump (#20562)
  internal: make http timeouts configurable (#20472)
  core: bump aws-cdk-lib from 2.239.0 to 2.240.0 (#20494)
  core: bump goauthentik/fips-debian from `d6def0a` to `7b82e24` in /lifecycle/container (#20497)
  core: bump goauthentik/fips-python from `bccefee` to `de8ad64` in /lifecycle/container (#20496)
  core, web: update translations (#20543)
  core: bump library/nginx from `341bf0f` to `0d1b1f0` in /website (#20559)
  core: bump library/node from `43d1f7a` to `c58d9e7` in /website (#20558)
  docs: fix typos and wording in docs and integrations (#20550)
  web: bump the eslint group across 1 directory with 5 updates (#20492)
  web: Packagify Logger (#20541)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:backend area:docs Features or issues related to Docusaurus 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

None yet

Development

Successfully merging this pull request may close these issues.

3 participants