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.

Hi Neo Team,
Just curious on plans going forward on the topic of sub-graph access control. I have a model that is leveraging Node level read/match security, and would very much like to include that same Node level security to writes. This is not a show stopper as I can manage it in my code without too much difficulty, but having the DB level protection would give both my customers and I an extra warm fuzzy feeling!

Anything on your roadmap horizon for this? Thanks so much.

-Bruce

2 Comments
dana_canzano
Neo4j
Neo4j

4.0 Neo4j Enterprise offers such and as described at https://neo4j.com/docs/cypher-manual/4.0/administration/security/subgraph/

Yes but I am talking about Node level WRITE being locked down by role. As shown below this is available for READ/MATCH, but not for WRITE, which can only be managed at the Graph level.

Are there any plans to provide the same granularity to WRITE actions in the future?
Thanks!