cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

DENY TRAVERSE except particular nodes

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

1 ACCEPTED SOLUTION

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).

View solution in original post

1 REPLY 1

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).