sources/plex: add missing group connection type to flow manager#15750
sources/plex: add missing group connection type to flow manager#15750
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
❌ Deploy Preview for authentik-integrations failed. Why did it fail? →
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #15750 +/- ##
==========================================
- Coverage 93.22% 93.18% -0.05%
==========================================
Files 831 831
Lines 44211 44212 +1
==========================================
- Hits 41217 41198 -19
- Misses 2994 3014 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
We may want to add a migration to create the missing GroupPlexSourceConnection items? |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9e74e8fb993b2964914ddcd36ae87f9817b0d6e4
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-9e74e8fb993b2964914ddcd36ae87f9817b0d6e4Afterwards, run the upgrade commands from the latest release notes. |
|
I ended up deciding to add the migration |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
b0bb8fa to
34db685
Compare
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Details
REPLACE ME
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)