Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9669 +/- ##
==========================================
- Coverage 92.51% 92.38% -0.13%
==========================================
Files 669 704 +35
Lines 32899 34401 +1502
==========================================
+ Hits 30435 31783 +1348
- Misses 2464 2618 +154
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-ghcr.io/goauthentik/dev-server:gh-802123caa31d88f498c799410edf7018cc9705ef
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sFor arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ghcr.io/goauthentik/dev-server:gh-802123caa31d88f498c799410edf7018cc9705ef-arm64
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
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-802123caa31d88f498c799410edf7018cc9705efFor arm64, use these values: authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-ghcr.io/goauthentik/dev-server:gh-802123caa31d88f498c799410edf7018cc9705ef-arm64Afterwards, run the upgrade commands from the latest release notes. |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Spellink Errz!
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* main: website/docs: update traefik to latest version in proxy provider (#9707) sources/saml: fix FlowPlanner error due to pickle (#9708) website/docs: add docs about Google Workspace (#9669) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh_CN (#9702) translate: Updates for file web/xliff/en.xlf in zh_CN (#9703) translate: Updates for file web/xliff/en.xlf in zh-Hans (#9705) translate: Updates for file locale/en/LC_MESSAGES/django.po in zh-Hans (#9706)
DRAFT
Adds three docs for GWS: Conceptual (index.md), how to setup GWS, and how to add a GWS provider in authentik.
make website)