Skip to content

root: init rust workspace#20983

Merged
rissson merged 28 commits intomainfrom
rust-init-workspace
Mar 19, 2026
Merged

root: init rust workspace#20983
rissson merged 28 commits intomainfrom
rust-init-workspace

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 18, 2026


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

rissson added 3 commits March 18, 2026 16:22
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>
rissson added 2 commits March 18, 2026 16:28
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 5d22b00
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bac4793067700008746d84
😎 Deploy Preview https://deploy-preview-20983--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

❌ Patch coverage is 0.61350% with 162 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.79%. Comparing base (c49bc9e) to head (786287e).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
website/scripts/docsmg/src/migrate.rs 0.00% 116 Missing ⚠️
website/scripts/docsmg/src/main.rs 0.00% 19 Missing ⚠️
website/scripts/docsmg/src/hackyfixes.rs 14.28% 6 Missing ⚠️
website/scripts/docsmg/src/migratefile.rs 0.00% 6 Missing ⚠️
website/scripts/docsmg/src/generate.rs 0.00% 5 Missing ⚠️
website/scripts/docsmg/src/links.rs 0.00% 5 Missing ⚠️
website/scripts/docsmg/src/move.rs 0.00% 5 Missing ⚠️
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     
Flag Coverage Δ
conformance 37.39% <ø> (+<0.01%) ⬆️
e2e 42.89% <ø> (+<0.01%) ⬆️
integration 22.21% <ø> (+<0.01%) ⬆️
rust 0.23% <0.61%> (?)
unit 91.69% <ø> (+<0.01%) ⬆️
unit-migrate 91.79% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 786287e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69bbf9af4c963300080fc834
😎 Deploy Preview https://deploy-preview-20983--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@netlify
Copy link

netlify bot commented Mar 18, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 786287e
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69bbf9aff5bb7d00082ecad8
😎 Deploy Preview https://deploy-preview-20983--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

rissson added 9 commits March 18, 2026 16:40
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>
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>
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>
@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

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)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-786287e036149dec8b149f9355368d1f5d6b5a3b

Afterwards, run the upgrade commands from the latest release notes.

rissson added 4 commits March 19, 2026 13:08
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>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
rissson added 3 commits March 19, 2026 13:26
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>
@rissson rissson marked this pull request as ready for review March 19, 2026 12:33
@rissson rissson requested review from a team as code owners March 19, 2026 12:33
@rissson rissson moved this from Todo to Needs review in authentik Core Mar 19, 2026
rissson added 3 commits March 19, 2026 13:47
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>
@rissson rissson enabled auto-merge (squash) March 19, 2026 13:23
@rissson rissson disabled auto-merge March 19, 2026 13:24
Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slight rewording suggestion, looks great otherwise, and cool that we are becoming so rusty!

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Mar 19, 2026
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) March 19, 2026 13:27
@rissson rissson merged commit 894f134 into main Mar 19, 2026
106 of 107 checks passed
@rissson rissson deleted the rust-init-workspace branch March 19, 2026 14:12
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Mar 19, 2026
kensternberg-authentik added a commit that referenced this pull request Mar 24, 2026
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants