Skip to content

Enterprise/agent users#21585

Draft
fheisler wants to merge 24 commits intomainfrom
enterprise/agent-users
Draft

Enterprise/agent users#21585
fheisler wants to merge 24 commits intomainfrom
enterprise/agent-users

Conversation

@fheisler
Copy link
Copy Markdown
Member

WIP agent-type users with scoped application access editable by owner users

Comment thread authentik/core/api/users.py Fixed
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 0841942
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69dd680ad9189d0008c1cc34
😎 Deploy Preview https://deploy-preview-21585--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
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 0841942
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69dd680ab458ac0008fde33b
😎 Deploy Preview https://deploy-preview-21585--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
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 7919569
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69dd48af3539bf00080ad686
😎 Deploy Preview https://deploy-preview-21585--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
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

❌ Patch coverage is 95.02408% with 31 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.30%. Comparing base (9640992) to head (6d22c39).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/core/api/users.py 85.38% 19 Missing ⚠️
authentik/policies/expression/evaluator.py 77.77% 6 Missing ⚠️
authentik/core/views/agent_session.py 93.75% 2 Missing ⚠️
authentik/policies/engine.py 92.59% 2 Missing ⚠️
authentik/core/api/tokens.py 94.11% 1 Missing ⚠️
authentik/enterprise/tasks.py 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21585      +/-   ##
==========================================
- Coverage   93.67%   92.30%   -1.38%     
==========================================
  Files        1003     1035      +32     
  Lines       57123    60276    +3153     
  Branches        0     2537    +2537     
==========================================
+ Hits        53512    55636    +2124     
- Misses       3611     4577     +966     
- Partials        0       63      +63     
Flag Coverage Δ
conformance 36.75% <11.23%> (-0.28%) ⬇️
e2e 42.62% <12.19%> (-0.34%) ⬇️
integration 33.70% <9.79%> (-0.26%) ⬇️
rust 60.58% <ø> (?)
unit 91.92% <94.70%> (+0.03%) ⬆️
unit-migrate 92.02% <95.02%> (+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.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for authentik-docs ready!

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 14, 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-6d22c39e8e2c7c6a2b9a1f0618676ce066dd2f29
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-6d22c39e8e2c7c6a2b9a1f0618676ce066dd2f29

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

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.

1 participant