Skip to content

web/admin: add entitlement search#18291

Merged
BeryJu merged 2 commits intomainfrom
web/admin/add-entitlement-search
Nov 26, 2025
Merged

web/admin: add entitlement search#18291
BeryJu merged 2 commits intomainfrom
web/admin/add-entitlement-search

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Nov 20, 2025

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

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit a73b875
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/691fa6e629340200085f5693
😎 Deploy Preview https://deploy-preview-18291--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.

@netlify
Copy link

netlify bot commented Nov 20, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit a73b875
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/691fa6e6e4d02e00077cca83
😎 Deploy Preview https://deploy-preview-18291--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 Nov 20, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit a73b875
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/691fa6e630f30700089e58cc

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.97%. Comparing base (64965e3) to head (a73b875).
⚠️ Report is 57 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #18291    +/-   ##
========================================
  Coverage   92.96%   92.97%            
========================================
  Files         869      894    +25     
  Lines       48143    48919   +776     
========================================
+ Hits        44756    45481   +725     
- Misses       3387     3438    +51     
Flag Coverage Δ
e2e 45.33% <ø> (+0.17%) ⬆️
integration 23.14% <ø> (-0.03%) ⬇️
unit 91.11% <ø> (+0.03%) ⬆️
unit-migrate 91.16% <ø> (+0.03%) ⬆️

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: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Nov 20, 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-a73b875ab4b4bd198215166c5062a18bb80c6511
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-a73b875ab4b4bd198215166c5062a18bb80c6511

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

@BeryJu BeryJu added area:frontend Features or issues related to the browser, TypeScript, Node.js, etc backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10 labels Nov 26, 2025
@BeryJu BeryJu merged commit 88dd0e8 into main Nov 26, 2025
100 checks passed
@BeryJu BeryJu deleted the web/admin/add-entitlement-search branch November 26, 2025 13:29
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 26, 2025
authentik-automation bot pushed a commit that referenced this pull request Nov 26, 2025
* web/admin: add entitlement search

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

* Apply suggestion from @GirlBossRush

Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.10 created: #18390

BeryJu added a commit that referenced this pull request Nov 26, 2025
….10) (#18390)

web/admin: add entitlement search (#18291)

* web/admin: add entitlement search



* Apply suggestion from @GirlBossRush



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (58 commits)
  core: bump goauthentik.io/api/v3 from 3.2025120.5 to 3.2025120.7 (#18381)
  web/admin: add entitlement search (#18291)
  core: bump goauthentik/fips-debian from `8b7e8d0` to `8c4ec98` (#18361)
  website: bump the build group in /website with 3 updates (#18382)
  core: bump astral-sh/uv from 0.9.11 to 0.9.12 (#18383)
  root: improve testing helpers (#18379)
  website: bump the goauthentik group across 1 directory with 4 updates (#18378)
  website: bump the eslint group in /website with 3 updates (#18356)
  policies: use flow planner directly in PolicyAccessView to directly set flow context (#18372)
  providers/scim: fix PATCH for AWS (#18230)
  enterprise/providers/scim: fix OAuth (#18358)
  web: Fix stale table rows (#17940)
  web: Bump packages. (#18371)
  *: convert slugfields to textfields (#17411)
  outposts: set container healthcheck inline (#18298)
  web:  ESLint Typing Fixes  (#18362)
  core: bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#18275)
  lifecycle/aws: bump aws-cdk from 2.1032.0 to 2.1033.0 in /lifecycle/aws (#18278)
  core: bump github.com/getsentry/sentry-go from 0.38.0 to 0.39.0 (#18353)
  ci: bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/actions/setup (#18360)
  ...
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 backport/version-2025.10 Add this label to PRs to backport changes to version-2025.10

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Application entitlement search field

2 participants