Skip to content

admin: add support bundle #15636

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

admin: add support bundle #15636

wants to merge 3 commits into from

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Jul 17, 2025

Details

Primarily for enterprise support


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

BeryJu added 2 commits July 17, 2025 18:17
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 July 17, 2025 16:20
Copy link

netlify bot commented Jul 17, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit fbce961
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/687949a40f44920008df16f8

Copy link

netlify bot commented Jul 17, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit fbce961
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/687949a4ad4de20008028565
😎 Deploy Preview https://deploy-preview-15636--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.

Copy link

codecov bot commented Jul 17, 2025

Codecov Report

Attention: Patch coverage is 56.89655% with 25 lines in your changes missing coverage. Please review.

Project coverage is 93.18%. Comparing base (f9fd1bb) to head (fbce961).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/enterprise/bundle.py 42.85% 20 Missing ⚠️
authentik/enterprise/api.py 83.33% 3 Missing ⚠️
authentik/blueprints/v1/exporter.py 33.33% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15636   +/-   ##
=======================================
  Coverage   93.18%   93.18%           
=======================================
  Files         831      832    +1     
  Lines       44157    44213   +56     
=======================================
+ Hits        41147    41202   +55     
- Misses       3010     3011    +1     
Flag Coverage Δ
e2e 46.71% <56.89%> (+0.09%) ⬆️
integration 23.44% <0.00%> (-0.03%) ⬇️
unit 91.24% <56.89%> (-0.05%) ⬇️

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

netlify bot commented Jul 17, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit fbce961
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/687949a4786cb20008f87278

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
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-fbce9611d200fa3630d43503f6856bd5a8513bb6
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-fbce9611d200fa3630d43503f6856bd5a8513bb6

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



def encrypt(raw):
with open("authentik/enterprise/public.pem", "rb") as _key:
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure we're able to decrypt this. In any case, we probably want to use a different key from the licensing one, to give access to support people so they can decrypt the bundle w/o infra intervention

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