-
Notifications
You must be signed in to change notification settings - Fork 32
♻️ Updates role inheritance for Admin role
#8186
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
♻️ Updates role inheritance for Admin role
#8186
Conversation
Changes the inheritance of a specific user role to inherit from a higher-level role, aligning permissions with organizational hierarchy and intended access control. Improves clarity and maintainability of the role-based authorization logic.
mrnicegyu11
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
superb, thx!
pcrespov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
- I hope admin users are forced to have 2fa active .. cna you please double check?
odeimaiz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8186 +/- ##
==========================================
- Coverage 88.08% 85.07% -3.01%
==========================================
Files 1905 739 -1166
Lines 73166 33838 -39328
Branches 1280 176 -1104
==========================================
- Hits 64445 28788 -35657
+ Misses 8342 4992 -3350
+ Partials 379 58 -321
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@mergify queue |
🟠 Waiting for conditions to match
|
|
24afa1f
into
ITISFoundation:master



Changes the inheritance of a specific user role to inherit from a higher-level role, aligning permissions with organizational hierarchy and intended access control. Improves clarity and maintainability of the role-based authorization logic.
What do these changes do?
Adminrole (it will have access to Product Owner Center)Related issue/s
admins are alsopos #8185How to test
Dev-ops