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
Currently when a role is granted it is stored in an Array as
{ "permissions":[ { "role":"roleTwo", "on":{ "databases":"test-db-001" } }, { "role":"roleOne", "on":{ "databases":"*" } } ] }
So without looping through all existing permissions, there is no way to check is if permissions are being duplicated.
[Add more details]
The text was updated successfully, but these errors were encountered:
Moving to Iteration 13 (starts march end). Will introduce as feature/enhancement.
Sorry, something went wrong.
TanmoySG
No branches or pull requests
Currently when a role is granted it is stored in an Array as
So without looping through all existing permissions, there is no way to check is if permissions are being duplicated.
[Add more details]
The text was updated successfully, but these errors were encountered: