website/docs: adds details to certificates doc#16335
Conversation
…re-triggering discovery.
✅ Deploy Preview for authentik-storybook 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-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16335 +/- ##
==========================================
+ Coverage 92.78% 92.84% +0.06%
==========================================
Files 837 838 +1
Lines 45253 45286 +33
==========================================
+ Hits 41987 42048 +61
+ Misses 3266 3238 -28
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-72f83f0af2e9592f0abfbaf5df8e25417e56a4a1
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-72f83f0af2e9592f0abfbaf5df8e25417e56a4a1Afterwards, run the upgrade commands from the latest release notes. |
dominic-r
left a comment
There was a problem hiding this comment.
to not be a blocker, thanks for the clarification dewi!
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io>
* main: providers/oauth2: avoid deadlock during session migration (#16361) lifecycle/aws: bump aws-cdk from 2.1025.0 to 2.1026.0 in /lifecycle/aws (#16352) core: bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#16357) core: bump axllent/mailpit from v1.27.5 to v1.27.6 in /tests/e2e (#16358) website/docs: fix missing trailing slash in vaultwarden documentation (#16348) root: fix security.md (#16345) root: update security.md with github reporting link (#16332) website/docs: 2025.8.1 release notes (#16343) packages/django-dramatiq-postgres: broker: fix various timing issues (#16340) website/docs: adds details to certificates doc (#16335) outposts: allow ingress path type configuration (#16339) core, web: update translations (#16321) outposts: fix service connection update task arguments (#16312) core: use email backend for test_email management command (#16311) core: bump astral-sh/uv from 0.8.12 to 0.8.13 (#16325) website: Move docs netlify.toml (#16320) website/docs: add link in 2025.8 rel notes to back-channel logout docs (#16306) packages/django-dramatiq-postgres: middleware: fix listening on hosts where ipv6 is not supported (#16308) website: Fix version origin detection, build-time URLs (#15774) web/a11y: Associating labels with inputs (#16119)
* Clarifies certs directory mounting and adds instruction for manually re-triggering discovery. * Fixed mounting info * Update website/docs/sys-mgmt/certificates.md Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update website/docs/sys-mgmt/certificates.md Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
|
🍒 Cherry-pick to |
…16394) website/docs: adds details to certificates doc (#16335) * Clarifies certs directory mounting and adds instruction for manually re-triggering discovery. * Fixed mounting info * Update website/docs/sys-mgmt/certificates.md * Update website/docs/sys-mgmt/certificates.md --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
Details
Closes #16333
Adds instruction on how to manually trigger certs discovery via system tasks and adds mention of which containers have the certs directory mounted.
Checklist
If applicable
make docs)