Skip to content

endpoints: FleetDM connector#18589

Merged
BeryJu merged 26 commits intomainfrom
endpoints/fleet-connector
Jan 23, 2026
Merged

endpoints: FleetDM connector#18589
BeryJu merged 26 commits intomainfrom
endpoints/fleet-connector

Conversation

@BeryJu
Copy link
Member

@BeryJu BeryJu commented Dec 4, 2025

No description provided.

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

# Conflicts:
#	blueprints/schema.json
#	schema.yml
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners December 4, 2025 00:54
@netlify
Copy link

netlify bot commented Dec 4, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 9126562
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/694586ab78076200080f8297
😎 Deploy Preview https://deploy-preview-18589--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 4, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 9126562
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/694586ab65768e000946a9d7
😎 Deploy Preview https://deploy-preview-18589--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 Dec 4, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 318b6cc
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6973d7d27566db00085fa7e8
😎 Deploy Preview https://deploy-preview-18589--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 4, 2025

Codecov Report

❌ Patch coverage is 85.11628% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.25%. Comparing base (7c9b72e) to head (318b6cc).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...nterprise/endpoints/connectors/fleet/controller.py 73.63% 29 Missing ⚠️
...ik/enterprise/endpoints/connectors/fleet/models.py 93.10% 2 Missing ⚠️
authentik/endpoints/connectors/agent/models.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #18589    +/-   ##
========================================
  Coverage   93.24%   93.25%            
========================================
  Files         949      954     +5     
  Lines       52189    52401   +212     
========================================
+ Hits        48663    48865   +202     
- Misses       3526     3536    +10     
Flag Coverage Δ
conformance 38.24% <37.20%> (-0.01%) ⬇️
e2e 44.08% <37.20%> (-0.03%) ⬇️
integration 23.14% <12.55%> (-0.05%) ⬇️
unit 91.48% <85.11%> (-0.03%) ⬇️
unit-migrate 91.52% <85.11%> (+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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

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-318b6cca79e83a226b1c9537b9dd8d574116decd
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-318b6cca79e83a226b1c9537b9dd8d574116decd

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

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

Copilot AI commented Dec 6, 2025

@GirlBossRush I've opened a new pull request, #18651, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI added a commit that referenced this pull request Dec 6, 2025
Co-authored-by: GirlBossRush <592134+GirlBossRush@users.noreply.github.com>
Copilot AI and others added 14 commits December 7, 2025 19:48
* Initial plan

* Add public override modifiers to updated method

Co-authored-by: GirlBossRush <592134+GirlBossRush@users.noreply.github.com>

* Address additional feedback from PR #18589

Co-authored-by: GirlBossRush <592134+GirlBossRush@users.noreply.github.com>

* Fix indentation in ak-switch-input component

Co-authored-by: GirlBossRush <592134+GirlBossRush@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: GirlBossRush <592134+GirlBossRush@users.noreply.github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	schema.yml
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	authentik/endpoints/models.py
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu added this to the Release 2026.2 milestone Jan 16, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	web/src/admin/endpoints/connectors/ConnectorWizard.ts
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu force-pushed the endpoints/fleet-connector branch from 09c735b to 318b6cc Compare January 23, 2026 20:19
@BeryJu BeryJu merged commit e2cb1a8 into main Jan 23, 2026
95 of 96 checks passed
@BeryJu BeryJu deleted the endpoints/fleet-connector branch January 23, 2026 20:40
kensternberg-authentik added a commit that referenced this pull request Jan 31, 2026
* main:
  endpoints: FleetDM connector (#18589)
  web/admin: fix impersonation form requesting data without being opened (#19673)
  core: return bad request when user is authenticated and not active (#19706)
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.

3 participants