Skip to content

Revert "policies: buffered policy access view for concurrent authorization attempts when unauthenticated (#13629)" #14180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

rissson
Copy link
Member

@rissson rissson commented Apr 22, 2025

This reverts commit 35ff418.

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

…ation attempts when unauthenticated (#13629)"

This reverts commit 35ff418.
@rissson rissson self-assigned this Apr 22, 2025
@rissson rissson requested a review from a team as a code owner April 22, 2025 15:28
Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 883c5ab
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6807b5b60201c700084ac587

Copy link

netlify bot commented Apr 22, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 883c5ab
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/6807b5b69cb2ed00086d3519

Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.80%. Comparing base (cc15584) to head (883c5ab).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14180      +/-   ##
==========================================
- Coverage   92.83%   92.80%   -0.03%     
==========================================
  Files         809      808       -1     
  Lines       41561    41419     -142     
==========================================
- Hits        38582    38440     -142     
  Misses       2979     2979              
Flag Coverage Δ
e2e 47.81% <100.00%> (-0.07%) ⬇️
integration 24.25% <0.00%> (+0.08%) ⬆️
unit 90.64% <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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rissson rissson enabled auto-merge (squash) April 22, 2025 15:35
@rissson rissson merged commit 6aaec08 into main Apr 22, 2025
88 checks passed
@rissson rissson deleted the revert-13629 branch April 22, 2025 15:45
Copy link
Contributor

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-883c5abb5d94d300715bc37f5e5f261afc4003dd
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-883c5abb5d94d300715bc37f5e5f261afc4003dd

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

kensternberg-authentik added a commit that referenced this pull request Apr 25, 2025
* main:
  packages/docusaurus-theme: Fix header alignment, overscroll, vertical padding. (#14120)
  outposts: add support for gateway API (#13272)
  translate: Updates for file web/xliff/en.xlf in fr (#14200)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14199)
  website/docs: adds code examples for getting user objects from a group object (#14101)
  translate: Updates for file web/xliff/en.xlf in zh-Hans (#14198)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14195)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14197)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14196)
  website/integrations: mealie add integration (#14188)
  core, web: update translations (#14187)
  core: bump goauthentik.io/api/v3 from 3.2025024.8 to 3.2025024.9 (#14189)
  website/docs: update user object doc (#14132)
  website/docs: dev-docs: style guide: no longer using italic for vars (#14185)
  website/docs: dev docs: style guide: update style conventions for urls (#14184)
  website/integrations: paperless: use <slug>. instead of hardcoded slug value (#14183)
  website/docs: updates style guide code block section (#14088)
  website: components: delete multilinecodeblock src (#14094)
  Revert "policies: buffered policy access view for concurrent authorization attempts when unauthenticated (#13629)" (#14180)
BeryJu added a commit that referenced this pull request May 15, 2025
…authorization attempts when unauthenticated (#13629)" (#14180)"

This reverts commit 6aaec08.

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

# Conflicts:
#	authentik/flows/views/interface.py
BeryJu added a commit that referenced this pull request May 15, 2025
…authorization attempts when unauthenticated (#13629)" (#14180)"

This reverts commit 6aaec08.

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

# Conflicts:
#	authentik/flows/views/interface.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants