Skip to content

crypto: update certificates on fs event#18129

Merged
rissson merged 2 commits intomainfrom
fs-cert-update
Nov 14, 2025
Merged

crypto: update certificates on fs event#18129
rissson merged 2 commits intomainfrom
fs-cert-update

Conversation

@PeshekDotDev
Copy link
Contributor

Details

Closes #18009


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)

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit fdc0a42
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69169a8ce9d41a0008671975

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit fdc0a42
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69169a8cdb37fd000874d848

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit fdc0a42
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69169a8ce6ee2500086f619a

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

❌ Patch coverage is 85.89744% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.96%. Comparing base (f419173) to head (fdc0a42).
⚠️ Report is 18 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/crypto/tasks.py 73.17% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18129      +/-   ##
==========================================
- Coverage   92.97%   92.96%   -0.01%     
==========================================
  Files         869      869              
  Lines       48039    48115      +76     
==========================================
+ Hits        44664    44732      +68     
- Misses       3375     3383       +8     
Flag Coverage Δ
e2e 45.23% <19.23%> (-0.01%) ⬇️
integration 23.18% <19.23%> (-0.01%) ⬇️
unit 91.07% <85.89%> (-0.01%) ⬇️
unit-migrate 91.12% <85.89%> (-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 Nov 13, 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-fdc0a4228c8961c36f8112c2537f8245ee20a1a4
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-fdc0a4228c8961c36f8112c2537f8245ee20a1a4

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

@PeshekDotDev PeshekDotDev marked this pull request as ready for review November 14, 2025 02:58
@PeshekDotDev PeshekDotDev requested a review from a team as a code owner November 14, 2025 02:58
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 14, 2025
@rissson rissson merged commit 2b794e6 into main Nov 14, 2025
97 of 98 checks passed
@rissson rissson deleted the fs-cert-update branch November 14, 2025 13:37
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 14, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (74 commits)
  packages/django-channels-postgres/layer: fix query when subscribed to multiple channels (#18152)
  core: deduplicate user attribute constant definitions (#18138)
  web: bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 in /web (#18146)
  crypto: update certificates on fs event (#18129)
  github: converts issue templates to forms (#18133)
  core: bump github.com/getsentry/sentry-go from 0.36.2 to 0.37.0 (#18140)
  web: bump type-fest from 5.1.0 to 5.2.0 in /web (#18144)
  web: bump vite from 7.1.12 to 7.2.2 in /web (#18143)
  website: bump the build group in /website with 3 updates (#18141)
  web: bump globals from 16.4.0 to 16.5.0 in /web (#18145)
  core: bump astral-sh/uv from 0.9.8 to 0.9.9 (#18148)
  core: bump goauthentik/fips-debian from `5017d65` to `40a1f32` (#18149)
  website/integrations: Add ezBookkeeping integration (#18040)
  website/integrations: Add Joplin (#18042)
  web: Disable library `<datalist>` on Firefox. (#18103)
  web/admin: link to user on invitation list page (#18132)
  web/admin: update stage descriptions (#18118)
  website/integrations: add SeaTable (#18115)
  website/integrations: stripe: fix markdown (#18126)
  web/flows: improvements for hCaptcha (#16882)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

fsnotify for certificate import

2 participants