[PR #346] [MERGED] Role Based Access control #438

Closed
opened 2026-03-03 11:29:57 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat-rbac


📝 Commits (10+)

  • 0587a7c feat: add roles management with CRUD access and integrate into config
  • 0536967 feat: implement role management with CRUD operations and UI components
  • d0e767b chore: create new role ui and functionality
  • a1a8a50 chore: delete role added
  • 98e7801 chore: updated roles collection with all collections permissions
  • 3deab32 chore: Role based Permissions utils added
  • 00bd155 chore: templates toast error message updated
  • 8ee31a2 chore: role based access to dFlow integration
  • ad1c3e4 chore: role based access to aws integration
  • 2b1bc5f chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/346 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `feat-rbac` --- ### 📝 Commits (10+) - [`0587a7c`](https://github.com/dflow-sh/dflow/commit/0587a7c9a6f45749a26aac9fa3ec1d0890dfbe7a) feat: add roles management with CRUD access and integrate into config - [`0536967`](https://github.com/dflow-sh/dflow/commit/0536967ae4f044e0979943ff7879b7ce5d2f86b2) feat: implement role management with CRUD operations and UI components - [`d0e767b`](https://github.com/dflow-sh/dflow/commit/d0e767b729245c41a75e0c5f2c5a0a6fbc0eecd7) chore: create new role ui and functionality - [`a1a8a50`](https://github.com/dflow-sh/dflow/commit/a1a8a5081c5d4942293f60462a37733963bf5b35) chore: delete role added - [`98e7801`](https://github.com/dflow-sh/dflow/commit/98e78019e7725d9adf33981d6db891ff69ac3e0d) chore: updated roles collection with all collections permissions - [`3deab32`](https://github.com/dflow-sh/dflow/commit/3deab3224ec3cd0ab62093f0de5bd3f9343f25da) chore: Role based Permissions utils added - [`00bd155`](https://github.com/dflow-sh/dflow/commit/00bd1550bd150b1bb57280926a1b4411f9d7b14f) chore: templates toast error message updated - [`8ee31a2`](https://github.com/dflow-sh/dflow/commit/8ee31a2be4420491774ac1ff504f622d2b07c15b) chore: role based access to dFlow integration - [`ad1c3e4`](https://github.com/dflow-sh/dflow/commit/ad1c3e4fe47c852fad5b215a7484cc44a3604e80) chore: role based access to aws integration - [`2b1bc5f`](https://github.com/dflow-sh/dflow/commit/2b1bc5fb834300d7415fc211b64ce5a26cc8e697) chore: role based access to docker registry ### 📊 Changes **81 files changed** (+5188 additions, -589 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#438
No description provided.