Skip to content

admin: add support bundle - #15636

Open
BeryJu wants to merge 3 commits into
mainfrom
admin/version-support-cmd
Open

admin: add support bundle#15636
BeryJu wants to merge 3 commits into
mainfrom
admin/version-support-cmd

Conversation

@BeryJu

@BeryJu BeryJu commented Jul 17, 2025

Copy link
Copy Markdown
Member

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
@netlify

netlify Bot commented Jul 17, 2025

Copy link
Copy Markdown

Deploy Preview for authentik-docs canceled.

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

@netlify

netlify Bot commented Jul 17, 2025

Copy link
Copy Markdown

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.

@codecov

codecov Bot commented Jul 17, 2025

Copy link
Copy Markdown

Codecov Report

❌ 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).
⚠️ Report is 3364 commits behind head on main.

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.

@netlify

netlify Bot commented Jul 17, 2025

Copy link
Copy Markdown

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>
@github-actions

Copy link
Copy Markdown
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.

Comment thread lifecycle/support.py


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

Copy link
Copy Markdown
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