website/integrations: add terraform cloud#17610
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17610 +/- ##
==========================================
+ Coverage 92.73% 92.93% +0.19%
==========================================
Files 868 869 +1
Lines 47913 47947 +34
==========================================
+ Hits 44434 44560 +126
+ Misses 3479 3387 -92
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-6d4a2cb013035ca969a49c4f65f550eaa75eeecc
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-6d4a2cb013035ca969a49c4f65f550eaa75eeeccAfterwards, run the upgrade commands from the latest release notes. |
dewi-tik
left a comment
There was a problem hiding this comment.
Pushed a few changes, hope that you're happy with them. Great addition to the docs.
tanberry
left a comment
There was a problem hiding this comment.
Thanks so much for this important Int Guide, @dominic-r !
A few edits/questions, then LGTM!
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dominic R <dominic@sdko.org>
* main: (213 commits) web: bump @types/node from 24.9.0 to 24.9.1 in /packages/prettier-config (#17617) web: bump @types/node from 22.15.19 to 24.9.1 in /web (#17618) web: bump knip from 5.66.1 to 5.66.2 in /web (#17619) translate: Updates for file web/xliff/en.xlf in pt_BR (#17639) core, web: update translations (#17643) website/docs: rel notes 2025.10: add 3 more integration guides (#17641) providers/proxy: drop headers with underscores (#17650) core: bump astral-sh/uv from 0.9.4 to 0.9.5 (#17645) web: bump style-mod from 4.1.2 to 4.1.3 in /web (#17647) core: bump github.com/getsentry/sentry-go from 0.36.0 to 0.36.1 (#17646) website/integrations: add terraform cloud (#17610) website/integrations: add zendesk (#17541) core: bump djangorestframework from 3.16.0 (our fork) to v3.16.1 (official package) (#16594) enterprise: add prometheus metrics for license usage and expiry (#17606) ci: link to next. for pre-release docs (#17634) web: sync web/package-lock.json (#17611) website/integrations: random fixes (#17631) website/docs: add short-lived certificate recommendation (#17628) core, web: update translations (#17605) translate: Updates for file locale/en/LC_MESSAGES/django.po in pt_BR (#17622) ...
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)If applicable
make docs)