Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-16-2021 11:12 PM
Hi Team !!
I have a use case where i have to deny traverse except a particular nodes
lets say i have a nodes Customer A, Customer B and so on here i have to grant traverse only to customer A other than Customer A i have to deny Traverse I dont even know other customer in this case how will grant permission
is there any option like Deny Traverse except CustomerA
Please help me on this
Thanks!1
Solved! Go to Solution.
03-17-2021 04:26 PM
In our RBAC, denies always take precedence, so this approach wouldn't work. You would just need to GRANT traverse on :CustomerA nodes, and ensure there is no other traversal granted for that role (you'd revoke any other traversal aside from the one you granted).
03-17-2021 04:26 PM
In our RBAC, denies always take precedence, so this approach wouldn't work. You would just need to GRANT traverse on :CustomerA nodes, and ensure there is no other traversal granted for that role (you'd revoke any other traversal aside from the one you granted).
All the sessions of the conference are now available online