-
Notifications
You must be signed in to change notification settings - Fork 369
chore: create TokenCreator role with permissions to VIEW / CREATE / REVOKE own access tokens
#10064
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
Conversation
…oke own access tokens
TokenCreator role with permissions to VIEW / CREATE / Rev…TokenCreator role with permissions to VIEW / CREATE / REVOKE own access tokens
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## shreya/createTable #10064 +/- ##
======================================================
- Coverage 54.39% 51.25% -3.14%
======================================================
Files 1268 716 -552
Lines 159301 103697 -55604
Branches 3631 3632 +1
======================================================
- Hits 86649 53155 -33494
+ Misses 72518 50408 -22110
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more. |
corban-beaird
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.
Migration looks solid!
Do we want to include a release note/doc update in this PR for this new role?
docs/manage/security/rbac.rst
Outdated
| ``TokenCreator`` | ||
| ================ | ||
|
|
||
| The ``TokenCreator`` grants the permissions to create, view, and revoke the user's own access |
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.
| The ``TokenCreator`` grants the permissions to create, view, and revoke the user's own access | |
| The ``TokenCreator`` grants users the ability to create, view, and revoke their own access |
|
|
||
| **New Features** | ||
|
|
||
| - New RBAC role: Added a new ``TokenCreator`` RBAC role. It grants the permissions to create, view, |
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.
| - New RBAC role: Added a new ``TokenCreator`` RBAC role. It grants the permissions to create, view, | |
| - New RBAC role: Add a ``TokenCreator`` RBAC role, which allows users to create, view, |
| **New Features** | ||
|
|
||
| - New RBAC role: Added a new ``TokenCreator`` RBAC role. It grants the permissions to create, view, | ||
| and revoke the user's own access tokens. It can only be assigned globally. |
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.
| and revoke the user's own access tokens. It can only be assigned globally. | |
| and revoke their own access tokens. This role can only be assigned globally. |
tara-hpe
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.
LGTM / added suggestions
Ticket
Description
Test Plan
Checklist
docs/release-notes/See Release Note for details.