Skip to content

flows: allow splicing a planned flow into an active plan - #24845

Open
dominic-r wants to merge 1 commit into
mainfrom
dominic/next-actions/plan-splice
Open

flows: allow splicing a planned flow into an active plan#24845
dominic-r wants to merge 1 commit into
mainfrom
dominic/next-actions/plan-splice

Conversation

@dominic-r

@dominic-r dominic-r commented Aug 6, 2026

Copy link
Copy Markdown
Member

Adds FlowPlan.insert_plan() to insert another planned flow's bindings and markers into an active plan, and a check_authentication toggle on FlowPlanner so callers that have already established the user's identity mid-flow can plan a flow for a pending user. Groundwork for running required action flows inside a login, used by the next PR in this stack.

@dominic-r
dominic-r requested a review from a team as a code owner August 6, 2026 18:49
Copilot AI lite review requested due to automatic review settings August 6, 2026 18:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 39a2fe7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a78b56ec18e5f0008ea4c37
😎 Deploy Preview https://deploy-preview-24845--authentik-storybook.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.

@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 39a2fe7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a78b5703ac16c0008ef308b
😎 Deploy Preview https://deploy-preview-24845--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.

@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 39a2fe7
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a78b56e745f490008dba782
😎 Deploy Preview https://deploy-preview-24845--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.

@codecov

codecov Bot commented Aug 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.41%. Comparing base (e8d0955) to head (39a2fe7).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #24845   +/-   ##
=======================================
  Coverage   91.41%   91.41%           
=======================================
  Files        1145     1145           
  Lines       71759    71789   +30     
  Branches     3875     3875           
=======================================
+ Hits        65595    65625   +30     
  Misses       6129     6129           
  Partials       35       35           
Flag Coverage Δ
conformance 34.86% <13.33%> (-0.01%) ⬇️
e2e 39.56% <13.33%> (-0.02%) ⬇️
integration 31.42% <3.33%> (-0.01%) ⬇️
rust 38.89% <ø> (ø)
unit 93.07% <100.00%> (+<0.01%) ⬆️
unit-migrate 93.09% <100.00%> (+<0.01%) ⬆️

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

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

@dominic-r
dominic-r force-pushed the dominic/next-actions/plan-splice branch from ceeacf9 to 5cce72d Compare August 6, 2026 19:49
Copilot AI review requested due to automatic review settings August 7, 2026 14:49
@dominic-r
dominic-r force-pushed the dominic/next-actions/plan-splice branch from 5cce72d to 8c90ab0 Compare August 7, 2026 14:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
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-39a2fe7eda1356ef15b320330cc4c55fe1c2d6ac
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-39a2fe7eda1356ef15b320330cc4c55fe1c2d6ac

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

@dominic-r
dominic-r force-pushed the dominic/next-actions/plan-splice branch from 8c90ab0 to 35d59ce Compare August 9, 2026 17:13
@dominic-r
dominic-r force-pushed the dominic/next-actions/plan-splice branch from 35d59ce to 39a2fe7 Compare August 9, 2026 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants