Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #20983 +/- ##
==========================================
- Coverage 93.49% 92.79% -0.70%
==========================================
Files 993 1000 +7
Lines 56146 56571 +425
Branches 0 425 +425
==========================================
+ Hits 52491 52493 +2
- Misses 3655 4078 +423
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-786287e036149dec8b149f9355368d1f5d6b5a3b
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-786287e036149dec8b149f9355368d1f5d6b5a3bAfterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
tanberry
left a comment
There was a problem hiding this comment.
Slight rewording suggestion, looks great otherwise, and cool that we are becoming so rusty!
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
* main: web: link file picker to docs (#20995) web/flow: reset stale authenticator selection between consecutive validate stages (#20802) ci: bump actions/cache from 5.0.3 to 5.0.4 (#21002) root: init rust workspace (#20983) website/docs: fix swapped sidebar label (#21011) core: bump goauthentik/fips-python from `ec5c4cd` to `859ad57` in /lifecycle/container (#21003) core: bump goauthentik/fips-debian from `a613b75` to `7baeeaa` in /lifecycle/container (#21001) core: bump djangorestframework from 3.16.1 to 3.17.0 (#21000) lifecycle/aws: bump aws-cdk from 2.1111.0 to 2.1112.0 in /lifecycle/aws (#20999) ci: bump codecov/codecov-action from 5.5.2 to 5.5.3 in /.github/actions/test-results (#21004) web: bump the storybook group across 1 directory with 5 updates (#21005) web: bump knip from 5.87.0 to 5.88.0 in /web (#21006) web: bump @formatjs/intl-listformat from 8.2.3 to 8.3.1 in /web (#21007) website/docs: update kubernetes install guide for Gateway API (#20961)
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)