-
Notifications
You must be signed in to change notification settings - Fork 180
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
wilcard for user and resource #58
Comments
In our case, we would like to grant anyone permission to read:own any resources. Seems not possible at the moment. |
To expand on this, I'd love an api like this:
allowing
or
or some other combination that you could imagine! |
There's an (intermediate) solution to your problems https://github.com/anodynos/accesscontrol-re :-) |
I think instead of granting all permissions to all roles using |
I want to do this:
but I having this error:
Unhandled rejection AccessControlError: Cannot use reserved name "*" for a resource.
so, is there any way to add a default permission for all users and all resources?
The text was updated successfully, but these errors were encountered: