web/admin: fix typo in PolicyAccessView#18789
Conversation
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)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-5a185d770cc1e139f3051f061325737a6d57bdfbAfterwards, run the upgrade commands from the latest release notes. |
* 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)
Details
REPLACE ME
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)If applicable
make docs)