FalkorDB / falkordb-browser

FalkorDB-Browser is a visualization UI for FalkorDB.
https://www.falkordb.com/
Other
20 stars 7 forks source link

Query Execution Fails for Read/Write User #487

Closed Naseem77 closed 1 month ago

Naseem77 commented 1 month ago

Test Title: Query Execution Fails for Read/Write User

Preconditions: The user must have valid read/write credentials.

Test Steps:

Sign in as a Read/Write User. Create a graph (e.g., name it "UserGraph"). Enter the query: UNWIND range(1, 20) AS x CREATE (aa:bb)-[cc:dd]->(ee:ff) RETURN *. Execute the query. Verify that an error is thrown indicating that the read/write user does not have permission to run the query.