lib/sync/outgoing: check if there is a provider before creating tasks#18394
lib/sync/outgoing: check if there is a provider before creating tasks#18394
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18394 +/- ##
==========================================
- Coverage 92.98% 92.90% -0.08%
==========================================
Files 894 894
Lines 48919 48928 +9
==========================================
- Hits 45486 45456 -30
- Misses 3433 3472 +39
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…#18394) Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
|
🍒 Cherry-pick to |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-c4fd7998cd7bbb23d07739a9f706bd46050e13ce
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-c4fd7998cd7bbb23d07739a9f706bd46050e13ceAfterwards, run the upgrade commands from the latest release notes. |
Details
Closes #18368
Closes #17648
Not checking is causing too many issues for small instances. Let's bite the bullet of the extra db queries and do it this way.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)