mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #346] [MERGED] Role Based Access control #438
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#438
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/346
Author: @jagadeesh507
Created: 7/15/2025
Status: ✅ Merged
Merged: 7/25/2025
Merged by: @jagadeesh507
Base:
main← Head:feat-rbac📝 Commits (10+)
0587a7cfeat: add roles management with CRUD access and integrate into config0536967feat: implement role management with CRUD operations and UI componentsd0e767bchore: create new role ui and functionalitya1a8a50chore: delete role added98e7801chore: updated roles collection with all collections permissions3deab32chore: Role based Permissions utils added00bd155chore: templates toast error message updated8ee31a2chore: role based access to dFlow integrationad1c3e4chore: role based access to aws integration2b1bc5fchore: role based access to docker registry📊 Changes
81 files changed (+5188 additions, -589 deletions)
View changed files
📝
src/actions/auth/index.ts(+99 -5)📝
src/actions/cloud/aws/index.ts(+39 -28)📝
src/actions/cloud/aws/validator.ts(+7 -1)📝
src/actions/cloud/dFlow/index.ts(+43 -28)📝
src/actions/cloud/dFlow/validator.ts(+6 -1)📝
src/actions/dbBackup/index.ts(+2 -2)📝
src/actions/dockerRegistry/index.ts(+36 -23)📝
src/actions/dockerRegistry/validator.ts(+8 -1)📝
src/actions/gitProviders/index.ts(+62 -0)📝
src/actions/gitProviders/validator.ts(+9 -0)➖
src/actions/pages/Template/index.ts(+0 -26)📝
src/actions/pages/security/index.ts(+46 -14)📝
src/actions/pages/server/index.ts(+2 -2)📝
src/actions/plugin/index.ts(+1 -1)➕
src/actions/roles/index.ts(+182 -0)➕
src/actions/roles/validator.ts(+53 -0)📝
src/actions/server/index.ts(+2 -2)📝
src/actions/service/index.ts(+1 -1)📝
src/actions/sshkeys/index.ts(+2 -2)📝
src/actions/team/index.ts(+30 -7)...and 61 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.