policies: remove BufferedPolicyAccessView#20521
Conversation
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # authentik/policies/views.py # authentik/providers/oauth2/views/authorize.py # schema.yml # tests/e2e/test_provider_saml.py
b7a7372 to
5ea9eca
Compare
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20521 +/- ##
==========================================
+ Coverage 93.38% 93.46% +0.07%
==========================================
Files 991 991
Lines 56121 56043 -78
==========================================
- Hits 52408 52378 -30
+ Misses 3713 3665 -48
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io> # Conflicts: # schema.yml
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-15b28dbf1ca70612174d434b0102101b30d92dcb
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-15b28dbf1ca70612174d434b0102101b30d92dcbAfterwards, run the upgrade commands from the latest release notes. |
* main: web: rename SCIM provider "User filtering" section to "Filtering" (#20879) web/admin: Fix SCIM 'page_size' UI issue (#20890) ci: bump astral-sh/setup-uv from 7.4.0 to 7.5.0 in /.github/actions/setup (#20875) website: bump flatted from 3.3.3 to 3.4.1 in /website (#20892) website: bump the build group in /website with 12 updates (#20908) web: bump prettier-plugin-packagejson from 3.0.0 to 3.0.2 in /web (#20759) web: bump @sentry/browser from 10.42.0 to 10.43.0 in /web in the sentry group across 1 directory (#20839) policies: remove BufferedPolicyAccessView (#20521) web: bump dompurify from 3.3.2 to 3.3.3 in /web (#20856) web: bump chromedriver from 145.0.6 to 146.0.3 in /web (#20916) core: bump pyopenssl from 25.3.0 to 26.0.0 (#20926)
superseded by #19862
this implementation has been very flaky, we've already disabled tests for it: 083b61c#diff-c7e56d46ee428d542e6b7092c0799a383d0ef6a1379442aea3a235cd924e666bR586