Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RBAC - Beta #670

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

Closed
10 tasks done
Tracked by #519
tjcran opened this issue Mar 30, 2022 · 4 comments
Closed
10 tasks done
Tracked by #519

RBAC - Beta #670

tjcran opened this issue Mar 30, 2022 · 4 comments
Assignees
Milestone

Comments

@tjcran
Copy link

tjcran commented Mar 30, 2022

As a company, we want to bring in the scaffolding and basic for RBAC that will be needed to for the work in the Community MVP milestone work.


GET /roles/:userid
=> { site: []string, org: map<string>[]string }

GET /roles/assignable
=> { site: []string, org: map<string>[]string }

PUT /roles/:userid/:role_name
=> { site: []string, org: map<string>[]string }

PUT /roles/:orgid/:userid/:role_name
=> { site: []string, org: map<string>[]string }

DELETE /roles/:userid/:role_name
=> { site: []string, org: map<string>[]string }

DELETE /roles/:orgid/:userid/:role_name
=> { site: []string, org: map<string>[]string }

POST /can-i
{ name: { action, with_owner, in_org, with_object_id, of_resource_type }, ... }
{ name: true|false, ... }


⚠️ The initial issues filed under this epic may not be the full representation of the work.

  • Feel free to create/modify issues.
  • Please add points and tag new issues with the epic they belong to
  • Please let EM or PM know if there is a reason something should NOT be in this milestone/epic IF it changes the intent of the Community MVP delivery items in the Scoping doc so we can adjust accordingly or discuss
@tjcran tjcran added the epic label Mar 30, 2022
@tjcran tjcran added this to the V2 Beta milestone Mar 30, 2022
@tjcran tjcran added the V2 BETA label Mar 30, 2022
@misskniss
Copy link

Thank you for pointing these @johnstcn !!

@misskniss
Copy link

@Emyrk We should check on the linking for these for your PRs and make sure that we have a good handle on what will appropriately move these along the workflows.

@Emyrk
Copy link
Member

Emyrk commented Apr 12, 2022

The PR has the tickets linked in the description.
#929

Might not be enough 🤔

@johnstcn
Copy link
Member

The PR has the tickets linked in the description. #929

Might not be enough 🤔

Yeah I had to go through and close them manually; not sure what specific magic GitHub uses for that.

@misskniss misskniss mentioned this issue May 6, 2022
4 tasks
@misskniss misskniss changed the title RBAC Support - Beta RBAC - Beta May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants