Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enterprise/stages/source: fix Source stage not executing authentication/enrollment flow (cherry-pick #12875) #13146

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

gcp-cherry-pick-bot[bot]
Copy link
Contributor

Cherry-picked enterprise/stages/source: fix Source stage not executing authentication/enrollment flow (#12875)

Signed-off-by: Jens Langhammer jens@goauthentik.io

…on/enrollment flow (#12875)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@gcp-cherry-pick-bot gcp-cherry-pick-bot bot requested a review from a team as a code owner February 20, 2025 22:27
Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit fa39740
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67b7ac46b1ebb70008715cc7
😎 Deploy Preview https://deploy-preview-13146--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 site configuration.

Copy link

codecov bot commented Feb 20, 2025

Codecov Report

Attention: Patch coverage is 31.25000% with 22 lines in your changes missing coverage. Please review.

Project coverage is 92.71%. Comparing base (5d3b35d) to head (fa39740).
Report is 1 commits behind head on version-2025.2.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/core/sources/flow_manager.py 21.05% 15 Missing ⚠️
authentik/enterprise/stages/source/stage.py 46.15% 7 Missing ⚠️
Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.2   #13146      +/-   ##
==================================================
- Coverage           92.72%   92.71%   -0.01%     
==================================================
  Files                 792      792              
  Lines               40218    40229      +11     
==================================================
+ Hits                37292    37300       +8     
- Misses               2926     2929       +3     
Flag Coverage Δ
e2e 48.16% <28.12%> (+0.04%) ⬆️
integration 24.12% <25.00%> (-0.01%) ⬇️
unit 90.42% <31.25%> (-0.02%) ⬇️

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.

@BeryJu BeryJu merged commit adb532f into version-2025.2 Feb 20, 2025
81 of 85 checks passed
@BeryJu BeryJu deleted the cherry-pick-b54d88-version-2025.2 branch February 20, 2025 22:45
Copy link
Contributor

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-fa39740e57033898192ace2c31eb3c311a91b911
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-fa39740e57033898192ace2c31eb3c311a91b911

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant