Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
authentik translations instructionsThanks for your pull request! authentik translations are handled using Transifex. Please edit translations over there and they'll be included automatically. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #8057 +/- ##
===========================================
- Coverage 92.35% 50.73% -41.62%
===========================================
Files 608 608
Lines 30160 30174 +14
===========================================
- Hits 27853 15309 -12544
- Misses 2307 14865 +12558
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-enterprise-providers-rac-prevent-rac-save-without-enterprise-1704379607-3721509
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-enterprise-providers-rac-prevent-rac-save-without-enterprise-1704379607-3721509-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-enterprise-providers-rac-prevent-rac-save-without-enterprise-1704379607-3721509For 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-enterprise-providers-rac-prevent-rac-save-without-enterprise-1704379607-3721509-arm64Afterwards, run the upgrade commands from the latest release notes. |
* main: website/docs: add link to our example flows (#8052) providers/oauth2: offline access (#8026) web: bump API Client version (#8059) Update index.md (#8056) enterprise/providers/rac: add option to limit concurrent connections to endpoint (#8053) web: bump API Client version (#8058) enterprise/providers/rac: add alert that enterprise is required for RAC (#8057) enterprise/providers/rac: create authorize_application event when creating token (#8050)
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)make i18n-extract)If applicable
make website)