Skip to content
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

abac like perms #1365

Closed
vtolstov opened this issue Apr 20, 2019 · 2 comments
Closed

abac like perms #1365

vtolstov opened this issue Apr 20, 2019 · 2 comments

Comments

@vtolstov
Copy link

I have actions like list,create ,delete, update.
each resource belongs to user. In some situations i want to grant access to specific resource to different users,but owner must persists.
How can i do that in rego if i can have many such resources of different types?

@vtolstov
Copy link
Author

Mainly question about list, now i use sql and for list i get all records for specific owner.
In case of additional granted resources i need to get array for it ids to check..
Does it possible to get this data back from opa?
Ps before opa I'm using casbin

@timothyhinrichs
Copy link
Member

This looks like you could use help with policy-authoring. I've responded to one of your questions on slack. Let's continue this discussion there.

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

2 participants