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.

Granting Roles to Users

Hi

I'm trying to grant a role to a new user on my database: The publisher role. But when I try this query: grant role publisher to ben, I get this error message:

Neo.ClientError.Security.Forbidden
Permission denied for ASSIGN ROLE. Try executing SHOW USER PRIVILEGES to determine the missing or denied privileges. In case of missing privileges, they need to be granted (See GRANT). In case of denied privileges, they need to be revoked (See REVOKE) and granted.

I don't understand what is the problem here. I'm confused. Can somebody clarify this? Thank you in advance.

4 REPLIES 4

Are you performing this operation as admin?

Any luck on this? Apparently the default neo4j user you get when you create a database on Aura doesn't have admin access.

So what is the way to get an admin access to neo4j or any other user? Which user should I use in Aura?

Thank you.