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
Andi
7ec648b4ce
Add --experimental-enabled=high-availability ( #1720 )
2024-02-19 16:28:15 +00:00
Antonio Filipovic
bfc756c092
HA: Polish flow for replicas from coordinator ( #1711 )
2024-02-16 10:58:01 +01:00
Andi
3a7e62f72c
Forbid branching when registering replica in auto-managed cluster ( #1709 )
2024-02-14 08:02:51 +00:00
Gareth Andrew Lloyd
f48151576b
System replication experimental flag ( #1702 )
...
- Remove the compile time control
- Introduce the runtime control flag
New flag `--experimental-enabled=system-replication`
2024-02-13 12:57:18 +00:00
Antonio Filipovic
4f4a569c72
Revert replication tests ( #1707 )
2024-02-12 16:42:57 +01:00
Antonio Filipovic
c15b62a88d
HA: Disable replication from old main ( #1674 )
2024-02-07 11:20:47 +01:00
andrejtonev
7ead00f23e
Adding authentication data replication ( #1666 )
...
* Add AUTH system tx deltas
* Add auth data RPC and handlers
* Support multiple system deltas in a single transaction
* Added e2e test
* Bugfix: KVStore segfault after move
---------
Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
2024-02-05 10:37:00 +00:00