Skip to content

lib/config: fix conn_max_age parsing#13370

Merged
rissson merged 2 commits intomainfrom
config-fix-conn-max-age
Mar 6, 2025
Merged

lib/config: fix conn_max_age parsing#13370
rissson merged 2 commits intomainfrom
config-fix-conn-max-age

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 3, 2025

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 website)

@rissson rissson self-assigned this Mar 3, 2025
@rissson rissson requested review from a team as code owners March 3, 2025 15:02
@rissson
Copy link
Member Author

rissson commented Mar 3, 2025

/cherry-pick version-2025.2

@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit f0a3d73
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67c9a60a82eb01000807cef6
😎 Deploy Preview https://deploy-preview-13370--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 site configuration.

@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit f0a3d73
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67c9a60af3ade70008359c6c
😎 Deploy Preview https://deploy-preview-13370--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 site configuration.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson force-pushed the config-fix-conn-max-age branch from 081a1ad to e7229aa Compare March 3, 2025 15:07
@codecov
Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.69%. Comparing base (89106c8) to head (f0a3d73).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13370      +/-   ##
==========================================
- Coverage   92.74%   92.69%   -0.05%     
==========================================
  Files         793      793              
  Lines       40350    40364      +14     
==========================================
- Hits        37421    37416       -5     
- Misses       2929     2948      +19     
Flag Coverage Δ
e2e 47.89% <15.00%> (-0.12%) ⬇️
integration 24.07% <15.00%> (-0.02%) ⬇️
unit 90.48% <100.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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2025

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-f0a3d7341cc4306a73289134e036b14898e7314c
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-f0a3d7341cc4306a73289134e036b14898e7314c

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

@rissson rissson enabled auto-merge (squash) March 6, 2025 13:42
@rissson rissson merged commit f08da8f into main Mar 6, 2025
88 checks passed
@rissson rissson deleted the config-fix-conn-max-age branch March 6, 2025 13:53
gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Mar 6, 2025
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
BeryJu pushed a commit that referenced this pull request Mar 6, 2025
lib/config: fix conn_max_age parsing (#13370)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
kensternberg-authentik added a commit that referenced this pull request Mar 7, 2025
* main:
  website: add a better edit this page element (#13391)
  web/admin: allow user lists to show active only (#13403)
  core: Tidy contributor onboarding, fix typos. (#12700)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#13418)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#13417)
  lib/config: fix conn_max_age parsing (#13370)
  core: bump golang.org/x/sync from 0.11.0 to 0.12.0 (#13407)
  stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page (#13404)
  core: bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#13408)
  core: bump aws-cdk-lib from 2.181.1 to 2.182.0 (#13409)
  core: bump google-api-python-client from 2.162.0 to 2.163.0 (#13410)
  core: bump msgraph-sdk from 1.22.0 to 1.23.0 (#13411)
  core: bump jinja2 from 3.1.5 to 3.1.6 (#13412)
  web/user: ensure modal container on user-settings page is min-height: 100% (#13402)
  core, web: update translations (#13405)
  web/admin: add button to clear application cache (#13399)
  blueprints: Adjust title for MFA set up (#13400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants