memgraph/tests/e2e/replication_experimental
andrejtonev 6a4ef55e90
Better auth user/role handling (#1699)
* Stop auth module from creating users
* Explicit about auth policy (check if no users defined OR auth module used)
* Role supports database access definition
* Authenticate() returns user or role
* AuthChecker generates QueryUserOrRole (can be empty)
* QueryUserOrRole actually authorizes
* Add auth cache invalidation
* Better database access queries (GRANT, DENY, REVOKE DATABASE)
2024-02-22 14:00:39 +00:00
..
auth.py Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
CMakeLists.txt Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
common.py Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
conftest.py Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
multitenancy.py System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
workloads.yaml Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00