memgraph/src/replication_handler
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
..
include/replication_handler Add --experimental-enabled=high-availability (#1720) 2024-02-19 16:28:15 +00:00
CMakeLists.txt HA: Disable replication from old main (#1674) 2024-02-07 11:20:47 +01:00
replication_handler.cpp Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
system_replication.cpp System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
system_rpc.cpp HA: Disable replication from old main (#1674) 2024-02-07 11:20:47 +01:00