memgraph/src
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
..
audit Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
auth Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
communication Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
coordination Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
csv Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
data_structures Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00
dbms Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
distributed Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
flags Add --experimental-enabled=high-availability (#1720) 2024-02-19 16:28:15 +00:00
glue Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
http_handlers Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
integrations Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
io Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
kvstore Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
license Bugfix: Shutdown blocks due to wrong execution order (#1649) 2024-01-19 17:05:47 +00:00
lisp Address review comments 2022-03-14 15:47:41 +01:00
memory Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
py Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
query Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
replication Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
replication_coordination_glue HA: Disable replication from old main (#1674) 2024-02-07 11:20:47 +01:00
replication_handler Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
requests Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
rpc Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
slk HA: Add coordinator to replication cluster (#1608) 2024-01-24 13:07:51 +01:00
storage Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
system System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
telemetry Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
utils Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
CMakeLists.txt Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
helpers.hpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
memgraph.cpp Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
mg_import_csv.cpp Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
version.hpp.in Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00