Skip to content

website/docs: fix note at end of rac credentials prompt#14909

Merged
tanberry merged 2 commits intomainfrom
website/docs--fix-note-section-in-rac-prompt-doc
Jun 4, 2025
Merged

website/docs: fix note at end of rac credentials prompt#14909
tanberry merged 2 commits intomainfrom
website/docs--fix-note-section-in-rac-prompt-doc

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Jun 4, 2025

=## Details

Fixes the note section at the end of the document


Checklist

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

@dewi-tik dewi-tik requested a review from a team as a code owner June 4, 2025 21:04
@netlify
Copy link

netlify bot commented Jun 4, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 932ddb9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6840bd88b771310008c33ffc

@netlify
Copy link

netlify bot commented Jun 4, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 932ddb9
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6840bd887c79a90008632ea0
😎 Deploy Preview https://deploy-preview-14909--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

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (42cb9cb) to head (932ddb9).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #14909      +/-   ##
==========================================
+ Coverage   87.97%   92.76%   +4.78%     
==========================================
  Files         817      817              
  Lines       42197    42197              
==========================================
+ Hits        37123    39142    +2019     
+ Misses       5074     3055    -2019     
Flag Coverage Δ
e2e 47.55% <ø> (+0.68%) ⬆️
integration 24.38% <ø> (ø)
unit 90.65% <ø> (+5.08%) ⬆️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 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-932ddb9fa0ec9d5714e38571f2f24e78b2834ce3
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-932ddb9fa0ec9d5714e38571f2f24e78b2834ce3

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

@tanberry
Copy link
Contributor

tanberry commented Jun 4, 2025

Unless you prefer otherwise, I'll checkout this PR and try to repair build...

@tanberry tanberry merged commit 52ca70d into main Jun 4, 2025
101 checks passed
@tanberry tanberry deleted the website/docs--fix-note-section-in-rac-prompt-doc branch June 4, 2025 22:12
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (54 commits)
  web/user: fix user settings flow not loading (#14911)
  website/docs: fix outdated and incorrect example kubernetes deployment (#14928)
  docusaurus-config: Update deps, colors. (#14796)
  admin: only run update checks in the default tenant (#14874)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923)
  core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918)
  providers/proxy: set_oauth_defaults in reconcile instead of task (#14875)
  *: use ManagedAppConfig everywhere (#14839)
  tenants: fix tenant aware celery scheduler (#14921)
  core, web: update translations (#14910)
  core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14916)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14914)
  website/integrations: improve komodo config verification (#14849)
  website/integrations: fix komodo provider url (#14912)
  website/docs: fix note at end of rac credentials prompt (#14909)
  website/docs: add credentials prompt for rac doc (#14840)
  core: bump redis from 6.0.0 to v6.2.0 (#14895)
  core: bump protobuf from 6.30.2 to v6.31.1 (#14894)
  ...
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (202 commits)
  web/user: fix user settings flow not loading (#14911)
  website/docs: fix outdated and incorrect example kubernetes deployment (#14928)
  docusaurus-config: Update deps, colors. (#14796)
  admin: only run update checks in the default tenant (#14874)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#14923)
  core: bump astral-sh/uv from 0.7.10 to 0.7.11 (#14918)
  providers/proxy: set_oauth_defaults in reconcile instead of task (#14875)
  *: use ManagedAppConfig everywhere (#14839)
  tenants: fix tenant aware celery scheduler (#14921)
  core, web: update translations (#14910)
  core: bump goauthentik.io/api/v3 from 3.2025041.4 to 3.2025060.1 (#14919)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#14915)
  translate: Updates for file web/xliff/en.xlf in zh_CN (#14916)
  translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#14914)
  website/integrations: improve komodo config verification (#14849)
  website/integrations: fix komodo provider url (#14912)
  website/docs: fix note at end of rac credentials prompt (#14909)
  website/docs: add credentials prompt for rac doc (#14840)
  core: bump redis from 6.0.0 to v6.2.0 (#14895)
  core: bump protobuf from 6.30.2 to v6.31.1 (#14894)
  ...
@dewi-tik
Copy link
Contributor Author

/cherry-pick version-2025.6

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-pick failed with Merge error 52ca70d6bb260a74f8ed47cd0fbcdc590fce9ba4 into temp-cherry-pick-29c22f-version-2025.6

@dewi-tik
Copy link
Contributor Author

/cherry-pick version-2025.6

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jun 23, 2025
* Fixes note section at end of document

* tweak to bump build

---------

Co-authored-by: Tana M Berry <tana@goauthentik.io>
BeryJu pushed a commit that referenced this pull request Jun 23, 2025
…14909) (#15208)

website/docs: fix note at end of rac credentials prompt (#14909)

* Fixes note section at end of document

* tweak to bump build

---------

Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
cavefire pushed a commit to cavefire/authentik that referenced this pull request Jun 24, 2025
…14909)

* Fixes note section at end of document

* tweak to bump build

---------

Co-authored-by: Tana M Berry <tana@goauthentik.io>
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