Skip to content

policies: remove BufferedPolicyAccessView#20521

Merged
BeryJu merged 4 commits intomainfrom
policies/remove-buffered-policy-access-view
Mar 16, 2026
Merged

policies: remove BufferedPolicyAccessView#20521
BeryJu merged 4 commits intomainfrom
policies/remove-buffered-policy-access-view

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Feb 24, 2026

superseded by #19862

this implementation has been very flaky, we've already disabled tests for it: 083b61c#diff-c7e56d46ee428d542e6b7092c0799a383d0ef6a1379442aea3a235cd924e666bR586

@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 15b28db
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69b5bf8583fd250008afc9b9
😎 Deploy Preview https://deploy-preview-20521--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 Feb 24, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 15b28db
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69b5bf8583175600084ef576
😎 Deploy Preview https://deploy-preview-20521--authentik-storybook.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.

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
@BeryJu BeryJu force-pushed the policies/remove-buffered-policy-access-view branch from b7a7372 to 5ea9eca Compare February 24, 2026 14:15
@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 15b28db
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69b5bf855c34c200084295ed
😎 Deploy Preview https://deploy-preview-20521--authentik-docs.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.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.46%. Comparing base (24a817c) to head (15b28db).
⚠️ Report is 18 commits behind head on main.
✅ All tests successful. No failed tests found.

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     
Flag Coverage Δ
conformance 37.46% <100.00%> (+0.02%) ⬆️
e2e 42.96% <100.00%> (+0.41%) ⬆️
integration 22.25% <0.00%> (+0.03%) ⬆️
unit 91.64% <100.00%> (-0.02%) ⬇️
unit-migrate 91.73% <100.00%> (-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.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	schema.yml
@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2026

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-15b28dbf1ca70612174d434b0102101b30d92dcb
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-15b28dbf1ca70612174d434b0102101b30d92dcb

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

BeryJu added 2 commits March 10, 2026 09:55
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu merged commit db9081e into main Mar 16, 2026
103 checks passed
@BeryJu BeryJu deleted the policies/remove-buffered-policy-access-view branch March 16, 2026 17:19
@github-project-automation github-project-automation bot moved this from Todo to Done in authentik Core Mar 16, 2026
kensternberg-authentik added a commit that referenced this pull request Mar 16, 2026
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant