Skip to content

WIP: fix custom attributes breaking wizard#23165

Draft
melizeche wants to merge 1 commit into
mainfrom
fix/invi_wiz_custom
Draft

WIP: fix custom attributes breaking wizard#23165
melizeche wants to merge 1 commit into
mainfrom
fix/invi_wiz_custom

Conversation

@melizeche

Copy link
Copy Markdown
Member

Fixes #22637

The codemirror change handler read ev.detail.value, but detail is the editor view, so fixedDataRaw became undefined and YAML.parse threw, leaving Next disabled. Now it reads .value off the target with raw set.


Checklist

  • The project has been linted, built, and tested (make all)
  • The documentation has been updated and formatted (make docs)

@netlify

netlify Bot commented Jun 17, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 6843491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a32ea3fcb3c6a000982a3da
😎 Deploy Preview https://deploy-preview-23165--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 Jun 17, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 6843491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a32ea3ecb3c6a000982a3d5
😎 Deploy Preview https://deploy-preview-23165--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 Jun 17, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 6843491
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a32ea3f92a2db0008b5f61e
😎 Deploy Preview https://deploy-preview-23165--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 Jun 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.24%. Comparing base (6df2261) to head (6843491).
⚠️ Report is 41 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23165      +/-   ##
==========================================
- Coverage   93.27%   93.24%   -0.04%     
==========================================
  Files        1032     1035       +3     
  Lines       60196    60314     +118     
  Branches      400      400              
==========================================
+ Hits        56150    56238      +88     
- Misses       4046     4076      +30     
Flag Coverage Δ
conformance 36.46% <ø> (-0.07%) ⬇️
e2e 41.71% <ø> (-0.08%) ⬇️
integration 32.41% <ø> (-0.55%) ⬇️
rust 0.00% <ø> (ø)
unit 92.22% <ø> (+0.01%) ⬆️
unit-migrate 92.25% <ø> (+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.

@github-actions

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-68434917aeb71a6c6e316fe199cdeb7a8e08f0b7
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-68434917aeb71a6c6e316fe199cdeb7a8e08f0b7

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.

Custom Attributes Prevent Invitation Creation in Wizard

1 participant