stages/mtls: always include cert in flow plan#18657
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ 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. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18657 +/- ##
==========================================
- Coverage 93.21% 93.16% -0.05%
==========================================
Files 932 933 +1
Lines 51044 51255 +211
==========================================
+ Hits 47579 47753 +174
- Misses 3465 3502 +37
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-b9d06be3f0c17ec38d64fa70113d7816ce5b8578
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-b9d06be3f0c17ec38d64fa70113d7816ce5b8578Afterwards, run the upgrade commands from the latest release notes. |
* main: (23 commits) *: Auto compress images (#18673) website/integrations: update kimai doc (#18629) root: skip current tab when refreshing others (#18674) core: add digraph group hierarchy (#17050) core: bump astral-sh/uv from 0.9.15 to 0.9.16 (#18668) core: bump goauthentik.io/api/v3 from 3.2025120.16 to 3.2025120.18 (#18661) web: bump type-fest from 5.3.0 to 5.3.1 in /web (#18663) ci: bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#18666) web: bump vite from 7.2.6 to 7.2.7 in /web (#18662) core: bump goauthentik/fips-debian from `a80dbbd` to `10c8086` (#18665) ci: bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#18664) ci: bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/actions/setup (#18667) website/docs: background tasks: add more detail about "next run" (#18660) website/docs: install-config: fix dump_config command (#18659) website/integrations: wordpress: fix redirect uri (#18658) stages/mtls: always include cert in flow plan (#18657) endpoints: fix UI bugs, add user binding, etc (#18609) sources/ldap: make server info optional (#18648) web/admin: fix event volume chart not updating with query (#18649) web: Bump types, fix ESLint errors (#17546) ...
No description provided.