Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website/docs: Add Fleet integration. #13618

Merged
merged 6 commits into from
Mar 25, 2025
Merged

website/docs: Add Fleet integration. #13618

merged 6 commits into from
Mar 25, 2025

Conversation

GirlBossRush
Copy link
Contributor

Details

This PR adds a guide for Fleet Device Management


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

@GirlBossRush GirlBossRush added the documentation Improvements or additions to documentation label Mar 21, 2025
@GirlBossRush GirlBossRush requested a review from tanberry March 21, 2025 18:33
@GirlBossRush GirlBossRush self-assigned this Mar 21, 2025
@GirlBossRush GirlBossRush requested a review from a team as a code owner March 21, 2025 18:33
Copy link

netlify bot commented Mar 21, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit ae4034a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67e2d6af75e701000819544e
😎 Deploy Preview https://deploy-preview-13618--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 site configuration.

Copy link

netlify bot commented Mar 21, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit ae4034a
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67e2d6aff9326f0008d68a46

Copy link

codecov bot commented Mar 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (50e2f1c) to head (ae4034a).
Report is 37 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13618      +/-   ##
==========================================
+ Coverage   91.73%   92.76%   +1.02%     
==========================================
  Files         794      794              
  Lines       40502    40525      +23     
==========================================
+ Hits        37156    37593     +437     
+ Misses       3346     2932     -414     
Flag Coverage Δ
e2e 48.00% <ø> (+<0.01%) ⬆️
integration 24.29% <ø> (?)
unit 90.53% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

github-actions bot commented Mar 21, 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-ae4034a7bda79711f1f717d9ba4246fbb94fed35
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-ae4034a7bda79711f1f717d9ba4246fbb94fed35

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow looks great, thank you @teffen! I made a few edits; let me know if you want to try and get this merged tonight.

Co-authored-by: Tana M Berry <[email protected]>
Signed-off-by: Teffen Ellis <[email protected]>
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @GirlBossRush! Two more things, both of which I missed on first pass, sorry!

GirlBossRush and others added 3 commits March 25, 2025 16:27
Co-authored-by: Tana M Berry <[email protected]>
Signed-off-by: Teffen Ellis <[email protected]>
Signed-off-by: Teffen Ellis <[email protected]>
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get this merged. Thank you @GirlBossRush .

@tanberry tanberry merged commit 921a3e6 into main Mar 25, 2025
94 checks passed
@tanberry tanberry deleted the fleet-integration branch March 25, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants