Skip to content

website/docs: improve service account docs#22145

Draft
dominic-r wants to merge 2 commits intomainfrom
sdko/docs-service-accounts
Draft

website/docs: improve service account docs#22145
dominic-r wants to merge 2 commits intomainfrom
sdko/docs-service-accounts

Conversation

@dominic-r
Copy link
Copy Markdown
Member

Closes #18710

@dominic-r dominic-r self-assigned this May 8, 2026
@dominic-r dominic-r added the area:docs Features or issues related to Docusaurus label May 8, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 8, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 940ee34
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69fd3d43de93420008c30737
😎 Deploy Preview https://deploy-preview-22145--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.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 8, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 940ee34
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fd3d439d70f40007cd055b
😎 Deploy Preview https://deploy-preview-22145--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.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.22%. Comparing base (a654a4c) to head (940ee34).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22145      +/-   ##
==========================================
- Coverage   93.24%   93.22%   -0.03%     
==========================================
  Files        1027     1027              
  Lines       59598    59598              
  Branches      400      400              
==========================================
- Hits        55571    55558      -13     
- Misses       4027     4040      +13     
Flag Coverage Δ
conformance 36.75% <ø> (+<0.01%) ⬆️
e2e 41.95% <ø> (-0.03%) ⬇️
integration 32.66% <ø> (-0.50%) ⬇️
rust 0.00% <ø> (ø)
unit 92.18% <ø> (+<0.01%) ⬆️
unit-migrate 92.21% <ø> (+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.

@dominic-r dominic-r marked this pull request as ready for review May 8, 2026 01:44
@dominic-r dominic-r requested a review from a team as a code owner May 8, 2026 01:44
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

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-940ee34b0be1704207a0d270c53630dc5cb51501
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-940ee34b0be1704207a0d270c53630dc5cb51501

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

@tanberry
Copy link
Copy Markdown
Contributor

tanberry commented May 8, 2026

Leet's leave this as Draft for now... I already am working on the docs about creating a Service account (the labels have changed), so leet me get that merged for the release and then let's go back and pick out the goodness form this one that we still want to add.

@dominic-r dominic-r marked this pull request as draft May 8, 2026 02:28
@dominic-r
Copy link
Copy Markdown
Member Author

Agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs Features or issues related to Docusaurus

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Improve service account docs

2 participants