feat: instance groups instance-level role support#8404
Merged
rubenfiszel merged 4 commits intomainfrom Mar 17, 2026
Merged
Conversation
Deploying windmill with
|
| Latest commit: |
c3f09a6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://50b455bc.windmill.pages.dev |
| Branch Preview URL: | https://alp-instance-groups-super-ad.windmill.pages.dev |
Collaborator
Author
|
/updatesqlx |
Contributor
|
Starting sqlx update... |
Contributor
|
❌ SQLx update failed. Please check the workflow logs for details. |
Add ability to assign instance-level roles (superadmin/devops) to instance groups. Group members automatically receive the role with proper precedence: manual elevated roles always win, superadmin > devops. - Migration: add instance_role to instance_group, role_source to password - Role propagation on all mutation paths (add/remove/update/delete/import) - SCIM sync integration (companion PR: windmill-ee-private#463) - Frontend: role toggle in group editor, role column in tables, role source indicator in superadmin settings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9782493 to
7fd02ef
Compare
This commit updates the EE repository reference after PR #463 was merged in windmill-ee-private. Previous ee-repo-ref: b407fe4604153d09ff223e11d43c2df83a1de5d0 New ee-repo-ref: 278a3887f759f9d1146554baa0765518d5bc70f2 Automated by sync-ee-ref workflow.
Contributor
|
🤖 Updated |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
instance_roletoinstance_groupandrole_sourcetopasswordwith CHECK constraintsCompanion PR
Test plan
🤖 Generated with Claude Code