blueprints: only watch for fs events we're interested in#7810
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7810 +/- ##
===========================================
+ Coverage 46.62% 92.46% +45.83%
===========================================
Files 626 588 -38
Lines 30996 29196 -1800
===========================================
+ Hits 14451 26995 +12544
+ Misses 16545 2201 -14344
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1a15060 to
c62843b
Compare
c62843b to
7c14b6a
Compare
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
7c14b6a to
74ef629
Compare
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-blueprints-fs-events-filter-1707503205-74ef629
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-blueprints-fs-events-filter-1707503205-74ef629-arm64
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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-blueprints-fs-events-filter-1707503205-74ef629For arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-blueprints-fs-events-filter-1707503205-74ef629-arm64Afterwards, run the upgrade commands from the latest release notes. |
Details
I looked into this after #7025. Turns out we were not using the built-in features for filtering filesystem events. With this we would be.
Not tried out yet.
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)make i18n-extract)If applicable
make website)