Skip to content

web/admin: fix typo in PolicyAccessView#18789

Merged
rissson merged 1 commit intomainfrom
web-admin-policybuffer-typo
Dec 12, 2025
Merged

web/admin: fix typo in PolicyAccessView#18789
rissson merged 1 commit intomainfrom
web-admin-policybuffer-typo

Conversation

@rissson
Copy link
Member

@rissson rissson commented Dec 12, 2025

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 docs)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Dec 12, 2025
@rissson rissson requested a review from a team as a code owner December 12, 2025 14:28
@rissson rissson added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label Dec 12, 2025
@rissson rissson added this to the Release 2025.12 milestone Dec 12, 2025
@rissson rissson moved this from Todo to Needs review in authentik Core Dec 12, 2025
@rissson rissson enabled auto-merge (squash) December 12, 2025 14:28
@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 5a185d7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/693c26875e1a6200081e7e7d

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5a185d7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/693c26870df1bd0008a1017d
😎 Deploy Preview https://deploy-preview-18789--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.

@netlify
Copy link

netlify bot commented Dec 12, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 5a185d7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/693c26870fdf800008c068ee
😎 Deploy Preview https://deploy-preview-18789--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.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.18%. Comparing base (ae019eb) to head (5a185d7).
⚠️ Report is 5 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18789   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files         946      946           
  Lines       51884    51884           
=======================================
+ Hits        48346    48347    +1     
+ Misses       3538     3537    -1     
Flag Coverage Δ
e2e 44.76% <ø> (+0.31%) ⬆️
integration 23.23% <ø> (-0.06%) ⬇️
unit 91.47% <ø> (+<0.01%) ⬆️
unit-migrate 91.51% <ø> (+<0.01%) ⬆️

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.

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Dec 12, 2025
@rissson rissson merged commit bba0aed into main Dec 12, 2025
168 of 178 checks passed
@rissson rissson deleted the web-admin-policybuffer-typo branch December 12, 2025 16:08
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 12, 2025
@github-actions
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-5a185d770cc1e139f3051f061325737a6d57bdfb
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-5a185d770cc1e139f3051f061325737a6d57bdfb

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

kensternberg-authentik added a commit that referenced this pull request Dec 12, 2025
* main:
  web/admin: fix typo in PolicyAccessView (#18789)
  translate: Updates for project authentik and language fr_FR (#18788)
  core: bump goauthentik/fips-debian from `dea09c4` to `07f41ce` (#18778)
  admin/files: cache expensive generated URLs (#18784)
  ci: bump actions/cache from 4.3.0 to 5.0.0 (#18779)
  ci: bump tj-actions/changed-files from 47.0.0 to 47.0.1 (#18780)
  core: bump goauthentik.io/api/v3 from 3.2025120.25 to 3.2025120.26 (#18770)
  core: bump selenium/standalone-chromium from 142.0 to 143.0 in /tests/e2e (#18772)
  web: bump types (merge branch) (#18735)
  ci: generate typescript api client for release too (#18761)
  website/integrations: wazuh: Change exchange key generation to 64 bytes (#18769)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants