Skip to content

Conversation

@ShreyaLnuHpe
Copy link
Contributor

@ShreyaLnuHpe ShreyaLnuHpe commented Oct 15, 2024

Ticket

Description

Test Plan

Checklist

  • Changes have been manually QA'd
  • New features have been approved by the corresponding PM
  • User-facing API changes have the "User-facing API Change" label
  • Release notes have been added as a separate file under docs/release-notes/
    See Release Note for details.
  • Licenses have been included for new code which was copied and/or modified from any external code

@ShreyaLnuHpe ShreyaLnuHpe requested a review from a team as a code owner October 15, 2024 23:17
@ShreyaLnuHpe ShreyaLnuHpe requested review from jesse-amano-hpe and removed request for a team October 15, 2024 23:17
@cla-bot cla-bot bot added the cla-signed label Oct 15, 2024
@ShreyaLnuHpe ShreyaLnuHpe requested review from a team and corban-beaird and removed request for jesse-amano-hpe October 15, 2024 23:17
@ShreyaLnuHpe ShreyaLnuHpe changed the title chore: create TokenCreator role with permissions to VIEW / CREATE / Rev… chore: create TokenCreator role with permissions to VIEW / CREATE / REVOKE own access tokens Oct 15, 2024
@codecov
Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.25%. Comparing base (6af1292) to head (43f894c).
Report is 2 commits behind head on shreya/createTable.

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              
Flag Coverage Δ
backend 43.80% <ø> (-1.74%) ⬇️
harness 44.11% <ø> (-28.44%) ⬇️
web 53.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 707 files with indirect coverage changes

Copy link
Contributor

@corban-beaird corban-beaird left a 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?

@determined-ci determined-ci added the documentation Improvements or additions to documentation label Oct 15, 2024
@determined-ci determined-ci requested a review from a team October 15, 2024 23:49
@ShreyaLnuHpe ShreyaLnuHpe requested a review from tara-hpe October 17, 2024 17:34
``TokenCreator``
================

The ``TokenCreator`` grants the permissions to create, view, and revoke the user's own access
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link
Contributor

@tara-hpe tara-hpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM / added suggestions

@determined-ci determined-ci requested a review from a team October 17, 2024 22:27
@ShreyaLnuHpe ShreyaLnuHpe merged commit e386613 into shreya/createTable Oct 17, 2024
47 of 85 checks passed
@ShreyaLnuHpe ShreyaLnuHpe deleted the shreya/newRole branch October 17, 2024 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants