website/docs: add credentials prompt for rac doc#14840
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #14840 +/- ##
==========================================
+ Coverage 92.76% 92.82% +0.06%
==========================================
Files 817 817
Lines 42197 42197
==========================================
+ Hits 39142 39169 +27
+ Misses 3055 3028 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-10cc63883f384f7e2c01ac744316be571e94c237
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-10cc63883f384f7e2c01ac744316be571e94c237Afterwards, run the upgrade commands from the latest release notes. |
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
…mpt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
…dentials-prompt-for-rac-doc
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
…mpt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md
Outdated
Show resolved
Hide resolved
tanberry
left a comment
There was a problem hiding this comment.
a few suggestions, lgtm!
…mpt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
* 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) ...
* 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) ...
|
/cherry-pick version-2025.6 |
* Adds document * Typo * Clarified RAC endpoint sentence based on Tana's suggestion. * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Small wording improvements * Added connection security type information * A word * Added to sidebar * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Applied suggestions from Tana * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
…#15207) website/docs: add credentials prompt for rac doc (#14840) * Adds document * Typo * Clarified RAC endpoint sentence based on Tana's suggestion. * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md * Small wording improvements * Added connection security type information * A word * Added to sidebar * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md * Applied suggestions from Tana * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Jens L. <jens@goauthentik.io>
* Adds document * Typo * Clarified RAC endpoint sentence based on Tana's suggestion. * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Small wording improvements * Added connection security type information * A word * Added to sidebar * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Applied suggestions from Tana * Update website/docs/add-secure-apps/providers/rac/rac_credentials_prompt.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Details
Adds a doc that explains how to add a credentials prompt to an RAC provider.
Checklist
If applicable
make website)