Skip to content

lib/sync/outgoing: don't wait for tasks to finish on direct syncs#14824

Closed
BeryJu wants to merge 1 commit intomainfrom
lib/sync/direct-delete-no-wait
Closed

lib/sync/outgoing: don't wait for tasks to finish on direct syncs#14824
BeryJu wants to merge 1 commit intomainfrom
lib/sync/direct-delete-no-wait

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Jun 2, 2025

Details

closes #14818
closes #15652


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)

@BeryJu BeryJu requested a review from a team as a code owner June 2, 2025 17:47
@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 4b4e3a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/684078745f07e20007ed8b9d
😎 Deploy Preview https://deploy-preview-14824--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.

@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 4b4e3a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6840787410333b0008615534

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.82%. Comparing base (7a8c2e7) to head (4b4e3a0).
⚠️ Report is 672 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14824      +/-   ##
==========================================
+ Coverage   92.76%   92.82%   +0.06%     
==========================================
  Files         817      817              
  Lines       42197    42197              
==========================================
+ Hits        39142    39169      +27     
+ Misses       3055     3028      -27     
Flag Coverage Δ
e2e 47.64% <ø> (+0.08%) ⬆️
integration 24.38% <ø> (ø)
unit 90.65% <ø> (ø)

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 Jun 2, 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-4b4e3a09a63c783fb7710d5b6f493a90dd2328a6
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-4b4e3a09a63c783fb7710d5b6f493a90dd2328a6

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

@rissson
Copy link
Member

rissson commented Jun 2, 2025

This might result in un-deleted users on dependant apps, no?

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
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.

LDAP sync forward deletions crashes if SCIM backchannel provider is active SCIM with DENY ALL firewall policy delays group deletion

2 participants