guardian icon indicating copy to clipboard operation
guardian copied to clipboard

Role based auto appeal to multiple resources

Open singhvikash11 opened this issue 3 years ago • 0 comments

Summary Provide a user to have pre-defined access based on their role. For example, if a developer/analyst joins a team then they will have access of certain Metabase Collection, BigQuery dataset etc.

Proposed solution IMO, there are two ways to approach this:

Create a role-resource mapping table, Api to crud operation on this table. Cronjob or a request flow to trigger default appeals based on role and role-resource mapping table.

Able to tag resources and create a role-tag table. Cronjob or a request flow to trigger default appeals based on role and role-tag mapping table.

singhvikash11 avatar Jul 12 '22 07:07 singhvikash11