You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if the settings entity could be re-used, if not Create a new Entity with API, Storage, Tests
Additional API for fetching a permission for a specific user
Clean error Handling, covered by tests
Estimation
best case: 3/5
worst case: 8
Review
Have it tested & Deployed
Show the tests
Show the docs
Operations
Register a Role
The register operation is done through the BundleService (from the proto file) on the SaveSettingsBundle RPC. The way to differentiate a role from a normal bundle is by its bundle type set to TYPE_ROLE.
Get the list of roles on an Account
This is supported by the ListRoleAssignments RPC using a ListRoleAssignmentsRequest message that contains an account UUID.
Set
This operation creates an assignment. This is when we link an accound (by its account uuid) with a role (by its bundle id). The operation responsible for this is AssignRoleToUser.
The text was updated successfully, but these errors were encountered:
Description
Estimation
Review
Operations
Register a Role
The register operation is done through the
BundleService
(from the proto file) on theSaveSettingsBundle
RPC. The way to differentiate a role from a normal bundle is by its bundle type set toTYPE_ROLE
.Get the list of roles on an Account
This is supported by the
ListRoleAssignments
RPC using aListRoleAssignmentsRequest
message that contains an account UUID.Set
This operation creates an assignment. This is when we link an accound (by its account uuid) with a role (by its bundle id). The operation responsible for this is
AssignRoleToUser
.The text was updated successfully, but these errors were encountered: