Skip to content

Conversation

dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Sep 21, 2025

Details

Adds a doc to explain enterprise features


Checklist

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@dewi-tik dewi-tik changed the title Create doc website/docs: add enterprise features doc Sep 21, 2025
Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 09d0803
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68cfb626134c7a000824a25f

Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 09d0803
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68cfb626e8682800087a0373
😎 Deploy Preview https://deploy-preview-16899--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.

Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 09d0803
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68cfb626eab8b60008723bb7
😎 Deploy Preview https://deploy-preview-16899--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.

Copy link

codecov bot commented Sep 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.72%. Comparing base (e85db7e) to head (09d0803).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16899      +/-   ##
==========================================
- Coverage   92.77%   92.72%   -0.06%     
==========================================
  Files         838      838              
  Lines       45396    45396              
==========================================
- Hits        42116    42092      -24     
- Misses       3280     3304      +24     
Flag Coverage Δ
e2e 46.52% <ø> (ø)
integration 23.44% <ø> (-0.06%) ⬇️
unit 90.92% <ø> (+<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.

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-09d0803d14f68f3ccf29b33da1ce7095ef61282b
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-09d0803d14f68f3ccf29b33da1ce7095ef61282b

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

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.

1 participant