Skip to content

lib/sync/outgoing: check if there is a provider before creating tasks (cherry-pick #18394 to version-2025.10)#18397

Merged
rissson merged 1 commit intoversion-2025.10from
cherry-pick/18394-to-version-2025.10
Nov 26, 2025
Merged

lib/sync/outgoing: check if there is a provider before creating tasks (cherry-pick #18394 to version-2025.10)#18397
rissson merged 1 commit intoversion-2025.10from
cherry-pick/18394-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #18394 to version-2025.10 branch.

Original PR: #18394
Original Author: @rissson
Cherry-picked commit: 0490f53

…#18394)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Nov 26, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 6dc531a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69273a1d74b9910008d8f057
😎 Deploy Preview https://deploy-preview-18397--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 Nov 26, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 6dc531a
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69273a1fff094d0007424e76

@rissson rissson enabled auto-merge (squash) November 26, 2025 17:39
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.98%. Comparing base (bc9215a) to head (6dc531a).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/providers/oauth2/signals.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.10   #18397      +/-   ##
===================================================
+ Coverage            92.95%   92.98%   +0.03%     
===================================================
  Files                  869      869              
  Lines                48015    48024       +9     
===================================================
+ Hits                 44630    44655      +25     
+ Misses                3385     3369      -16     
Flag Coverage Δ
e2e 45.18% <90.90%> (+0.04%) ⬆️
integration 23.15% <18.18%> (-0.02%) ⬇️
unit 91.08% <90.90%> (-0.02%) ⬇️
unit-migrate 91.13% <90.90%> (-0.02%) ⬇️

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.

@rissson rissson merged commit a233fee into version-2025.10 Nov 26, 2025
123 of 127 checks passed
@rissson rissson deleted the cherry-pick/18394-to-version-2025.10 branch November 26, 2025 18:01
@github-actions
Copy link
Contributor

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-6dc531ad49c8045d2a1eb09e86ef2192c4afa6c3
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-6dc531ad49c8045d2a1eb09e86ef2192c4afa6c3

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant