ling
ling

Reputation: 1675

How to prevent users to write to database in Neo4j Browser?

According to this link:

https://neo4j.com/docs/operations-manual/3.1/security/authentication-authorization/native-user-role-management/native-roles/

It seems I can create user based on specific roles so that some users can only read the database, not write. However, the documentation shows it's for enterprise version. Is that true?

How to provide read-only access in Neo4j Browser of the community version?

Upvotes: 1

Views: 322

Answers (1)

cybersam
cybersam

Reputation: 66999

The community edition's user management capabilities are very limited. Although the community edition allows you to create multiple users, they will all have full admin privileges.

Upvotes: 2

Related Questions