admin: add support bundle - #15636
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-integrations canceled.
|
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-fbce9611d200fa3630d43503f6856bd5a8513bb6Afterwards, run the upgrade commands from the latest release notes. |
|
|
||
|
|
||
| def encrypt(raw): | ||
| with open("authentik/enterprise/public.pem", "rb") as _key: |
There was a problem hiding this comment.
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
Details
Primarily for enterprise support
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)