website/docs: add docs for source switch expression policy#16878
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16878 +/- ##
==========================================
+ Coverage 92.58% 92.78% +0.20%
==========================================
Files 838 844 +6
Lines 45386 45593 +207
==========================================
+ Hits 42021 42304 +283
+ Misses 3365 3289 -76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-4aa7225dc4fa86ebfc1fd212f72d43bf501f64ce
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-4aa7225dc4fa86ebfc1fd212f72d43bf501f64ceAfterwards, run the upgrade commands from the latest release notes. |
dewi-tik
left a comment
There was a problem hiding this comment.
Just a few suggestions. Great addition to the docs
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com>
| @@ -0,0 +1,45 @@ | |||
| --- | |||
| title: Switch which source is used based on email address | |||
There was a problem hiding this comment.
| title: Switch which source is used based on email address | |
| title: Dynamic email-domain based federation |
* draft for source switch docs * add python * add sidebar entry * Update website/docs/customize/policies/expression/source_switch.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/index.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * add sectin about binding the policy * tweak * Update website/docs/customize/policies/index.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/working_with_policies.md Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * Update website/docs/customize/policies/expression.mdx Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana M Berry <tana@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
|
🍒 Cherry-pick to |
|
|
|
|
#16878) (#16972) website/docs: add docs for source switch expression policy (#16878) * draft for source switch docs * add python * add sidebar entry * Update website/docs/customize/policies/expression/source_switch.md * Update website/docs/customize/policies/index.md * Update website/docs/customize/policies/working_with_policies.md * Update website/docs/customize/policies/working_with_policies.md * add sectin about binding the policy * tweak * Update website/docs/customize/policies/index.md * Update website/docs/customize/policies/working_with_policies.md * Update website/docs/customize/policies/working_with_policies.md * Update website/docs/customize/policies/working_with_policies.md * Update website/docs/customize/policies/working_with_policies.md * Update website/docs/customize/policies/expression.mdx --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana M Berry <tana@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Jens L. <jens@goauthentik.io>
This PR adds a new topic about switching the source based on a user's email address/domain. Also cleans up some other areas in our policy docs.
make docs)