modifying roles/privileges #35
f1-outsourcing
started this conversation in
General
Replies: 1 comment
-
|
Thank you for reaching out! Currently, we haven’t implemented support for those commands in the DozerDB plugin. Instead, we are exploring options to enable more complex authorization configurations through a JSON-based configuration. This approach would allow integration with Open Policy Agent and similar tools, bypassing the need for Cypher commands in favor of a loadable JSON config. This is one of the approaches we’re actively investigating. Please let us know if you have any other questions or feedback on the approach. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to test a bit the dozerdb plugin privileges with this manual[1]. These statement generate 'Neo.ClientError.Statement.UnsupportedAdministrationCommand' should these work, or did I not install something correctly?
SHOW ROLE PUBLIC PRIVILEGES AS COMMANDS
SHOW ROLE PUBLIC PRIVILEGES AS REVOKE COMMANDS
CREATE ROLE test
[1]
https://neo4j.com/docs/operations-manual/current/authentication-authorization/built-in-roles/
Beta Was this translation helpful? Give feedback.
All reactions