You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production env, we really need a user access management for our databases.
But in the User rights management doc, the functions are out of date right now and can not be used to setup user access rights correctly like:
modSpecifiedAccessLevel function does not exist anymore, the name of the function should be modRoleAccessLevel now, so there will be an error about unregistered standalone function if we call modSpecifiedAccessLevel in the Cypher.
I think we should keep the document identical with the code at our best to make sure users can setup the database properly by themselves.
The text was updated successfully, but these errors were encountered:
Also, we should give some examples about how to use the functions since users may not understand how to properly set a Map param to functions like CALL dbms.security.modSpecifiedAccessLevel(role::STRING,access_level::MAP).
Describe the bug
In production env, we really need a user access management for our databases.
But in the
User rights management
doc, the functions are out of date right now and can not be used to setup user access rights correctly like:modSpecifiedAccessLevel
function does not exist anymore, the name of the function should bemodRoleAccessLevel
now, so there will be an error aboutunregistered standalone function
if we callmodSpecifiedAccessLevel
in the Cypher.I think we should keep the document identical with the code at our best to make sure users can setup the database properly by themselves.
The text was updated successfully, but these errors were encountered: