We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi i'm trying to grant all CRUD permissions to my admin user for every resource I thought using *
roles .grant(AppRoles.ADMIN) .createAny("*") .readAny("*") .updateAny("*") .deleteAny("*")
would work , but it throws an error, "cannot use reserved name", How can I implement this so I don't write down all the resources ?
thanks,
The text was updated successfully, but these errors were encountered:
@LhonRafaat Any update on this one?
Sorry, something went wrong.
No branches or pull requests
Hi i'm trying to grant all CRUD permissions to my admin user for every resource I thought using *
would work , but it throws an error, "cannot use reserved name", How can I implement this so I don't write down all the resources ?
thanks,
The text was updated successfully, but these errors were encountered: