-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/docs: rewrote too long sentence #11696
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 ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #11696 +/- ##
==========================================
- Coverage 92.75% 92.68% -0.08%
==========================================
Files 736 736
Lines 36609 36609
==========================================
- Hits 33956 33930 -26
- Misses 2653 2679 +26
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-1e6d3640f1b893791bf5a5d8ca4556b9e040c64a
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s For arm64, use these values: AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-1e6d3640f1b893791bf5a5d8ca4556b9e040c64a-arm64
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 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-1e6d3640f1b893791bf5a5d8ca4556b9e040c64a For arm64, use these values: 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-1e6d3640f1b893791bf5a5d8ca4556b9e040c64a-arm64 Afterwards, run the upgrade commands from the latest release notes. |
* main: (68 commits) core: extract object matching from flow manager (#11458) admin: store version history (#11520) web: bump API Client version (#11706) providers/oauth2: add initial JWE support (#11344) core, web: update translations (#11703) tests/e2e: add forward auth e2e test (#11374) web/admin: fix duplicate flow labels (#11689) providers/saml: fix incorrect ds:Reference URI (#11699) website/docs: Fix websocket default config for nginx proxy manager (#11621) core, web: update translations (#11692) core: bump uvicorn from 0.31.1 to 0.32.0 (#11693) core: bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#11694) website/docs: add missing file to sidebar (#11695) website/docs: rewrote too long sentence (#11696) translate: Updates for file locale/en/LC_MESSAGES/django.po in fr (#11697) translate: Updates for file web/xliff/en.xlf in fr (#11698) stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#11683) core, web: update translations (#11682) core: bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 (#11684) core: bump github.com/redis/go-redis/v9 from 9.6.1 to 9.6.2 (#11685) ...
This PR has a rewrite of a sentence that was far too long. Notion Task 770.
make website
)