memgraph/tests/e2e/lba_procedures
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
..
procedures [E129-MG < T1006-MG] Expand C API with LBA checks (#527) 2022-09-08 17:48:34 +02:00
CMakeLists.txt Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
common.py Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
create_delete_query_modules.py Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
read_permission_queries.py Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
read_query_modules.py Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
show_privileges.py HA: Add coordinator to replication cluster (#1608) 2024-01-24 13:07:51 +01:00
update_permission_queries.py Fix logic in fine grained permissions (#551) 2022-09-14 12:39:23 +02:00
update_query_modules.py Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
workloads.yaml Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00