Skip to content

draft of note about bp behviour when modified #15984

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Aug 5, 2025

DRAFT PR to add an explanation about how modifying a default flow and saving it is manifested in the blueprint... explain that if you change and save a default flow, the underlying blueprint becomes a combo of the original default flow PLUS your changes. And if you want to revert to the original default flow (to remove your changes) you need to FIRST delete the modified flow and then go under Blueprints, select the default flow you want, and then click the Apply icon.

But there are several other things I want to change in these docs, so it is still a draft.

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

@tanberry tanberry requested a review from a team as a code owner August 5, 2025 21:48
Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8d8120b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6895171a7330010008c252ad
😎 Deploy Preview https://deploy-preview-15984--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.

Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 8d8120b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6895171aa5fbd500082b6dc8
😎 Deploy Preview https://deploy-preview-15984--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.

Copy link

netlify bot commented Aug 5, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 8d8120b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6895171a9cf08f0008607168
😎 Deploy Preview https://deploy-preview-15984--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.

@tanberry tanberry marked this pull request as draft August 5, 2025 21:48
Copy link

codecov bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.73%. Comparing base (90274b3) to head (8d8120b).
⚠️ Report is 22 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15984      +/-   ##
==========================================
+ Coverage   92.71%   92.73%   +0.02%     
==========================================
  Files         833      833              
  Lines       44731    44870     +139     
==========================================
+ Hits        41472    41612     +140     
+ Misses       3259     3258       -1     
Flag Coverage Δ
e2e 46.58% <ø> (-0.12%) ⬇️
integration 23.67% <ø> (-0.06%) ⬇️
unit 90.88% <ø> (+0.03%) ⬆️

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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

github-actions bot commented Aug 5, 2025

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-8d8120b2f977c7636c112ba5c50edd66129a6ca0
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-8d8120b2f977c7636c112ba5c50edd66129a6ca0

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

tanberry and others added 2 commits August 6, 2025 09:46
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.

2 participants