Skip to content

website/docs: rac: update rac provider docs#20225

Merged
dominic-r merged 5 commits intomainfrom
website/docs--provider--improve-rac-doc
Feb 17, 2026
Merged

website/docs: rac: update rac provider docs#20225
dominic-r merged 5 commits intomainfrom
website/docs--provider--improve-rac-doc

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Feb 12, 2026

Details

Updates the config, makes connection settings clearer. Standardizes the formatting with the other docs.

Contributes to #17735


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 February 12, 2026 14:03
@dewi-tik dewi-tik self-assigned this Feb 12, 2026
@dewi-tik dewi-tik added area:docs Features or issues related to Docusaurus backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2 labels Feb 12, 2026
@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 1ac54a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/698dddac63860f00086a7748
😎 Deploy Preview https://deploy-preview-20225--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.

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 1ac54a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/698dddace92bef0008d89c08
😎 Deploy Preview https://deploy-preview-20225--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

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 1ac54a0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/698dddacdc33190008fde831
😎 Deploy Preview https://deploy-preview-20225--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.

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit b48092e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6993c45183cc7c000868244f
😎 Deploy Preview https://deploy-preview-20225--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.

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b48092e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6993c4518e918e00082b97ae
😎 Deploy Preview https://deploy-preview-20225--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.

@netlify
Copy link

netlify bot commented Feb 12, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit b48092e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6993c4514092580008d5be10
😎 Deploy Preview https://deploy-preview-20225--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.

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.28%. Comparing base (3b77963) to head (b48092e).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20225      +/-   ##
==========================================
- Coverage   93.32%   93.28%   -0.05%     
==========================================
  Files         981      981              
  Lines       55134    55134              
==========================================
- Hits        51453    51429      -24     
- Misses       3681     3705      +24     
Flag Coverage Δ
conformance 37.46% <ø> (+<0.01%) ⬆️
e2e 43.27% <ø> (+<0.01%) ⬆️
integration 22.39% <ø> (-0.05%) ⬇️
unit 91.52% <ø> (+<0.01%) ⬆️
unit-migrate 91.56% <ø> (+<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.

@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Feb 12, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 12, 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-e052d498ed4f1a399f3babecd6d857469ddf6259
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-e052d498ed4f1a399f3babecd6d857469ddf6259

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

@dominic-r dominic-r force-pushed the website/docs--provider--improve-rac-doc branch from e052d49 to b48092e Compare February 17, 2026 01:28
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Feb 17, 2026
@dominic-r dominic-r enabled auto-merge (squash) February 17, 2026 01:29
@dominic-r dominic-r merged commit be25635 into main Feb 17, 2026
103 checks passed
@dominic-r dominic-r deleted the website/docs--provider--improve-rac-doc branch February 17, 2026 01:56
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 17, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
* WIP

* Sentence

* Delete image

* WIP

* adjust wording

---------

Co-authored-by: Dominic R <dominic@sdko.org>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.12 created: #20336

authentik-automation bot pushed a commit that referenced this pull request Feb 17, 2026
* WIP

* Sentence

* Delete image

* WIP

* adjust wording

---------

Co-authored-by: Dominic R <dominic@sdko.org>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2026.2 created: #20337

dominic-r added a commit that referenced this pull request Feb 17, 2026
…rsion-2026.2) (#20337)

website/docs: rac: update rac provider docs (#20225)

* WIP

* Sentence

* Delete image

* WIP

* adjust wording

---------

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
melizeche pushed a commit that referenced this pull request Feb 19, 2026
…rsion-2025.12) (#20336)

website/docs: rac: update rac provider docs (#20225)

* WIP

* Sentence

* Delete image

* WIP

* adjust wording

---------

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
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 backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 backport/version-2026.2 Add this label to PRs to backport changes to version-2026.2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants