Skip to content

Conversation

dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Oct 1, 2025

Details

Adds information about known device logins


Checklist

If applicable

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

@dewi-tik dewi-tik requested a review from a team as a code owner October 1, 2025 15:49
Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-docs ready!

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

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 123e6d2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68dd4db73af54700084cbd45

Copy link

netlify bot commented Oct 1, 2025

Deploy Preview for authentik-integrations ready!

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

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.85%. Comparing base (a76bf31) to head (123e6d2).
⚠️ Report is 39 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17175      +/-   ##
==========================================
- Coverage   92.90%   92.85%   -0.05%     
==========================================
  Files         853      853              
  Lines       46317    46317              
==========================================
- Hits        43030    43007      -23     
- Misses       3287     3310      +23     
Flag Coverage Δ
e2e 46.21% <ø> (+<0.01%) ⬆️
integration 23.16% <ø> (-0.06%) ⬇️
unit 91.02% <ø> (-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
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

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

Thanks Dewi!

Copy link
Contributor

github-actions bot commented Oct 2, 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-123e6d2105c578ab7da2cab515fcabc246ede5ce
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-123e6d2105c578ab7da2cab515fcabc246ede5ce

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.

3 participants