e15576f56c
* GRANT, REVOKE, DENY and access_checker DONE * Added AccessChecker to ExecutionContext * grammar expanded; (#462) * current * T0954 mg expand user and role to hold permissions on labels (#465) * added FineGrainedAccessPermissions class to model * expanded user and role with fine grained access permissions * fixed grammar * [E129 < T0953-MG] GRANT, DENY, REVOKE added in interpreter and mainVisitor (#464) * GRANT, DENY, REVOKE added in interpreter and mainVisitor * Commented labelPermissons * remove labelsPermission adding * Fixed * Removed extra lambda * fixed * [E129<-T0955-MG] Expand ExecutionContext with label related information (#467) * added * Added FineGrainedAccessChecker to Context * fixed * Added filtering * testing * Added edge filtering to storage, need to add filtering in simple Expand in operator.cpp * Removed storage changes * MATCH filtering working * EdgeTypeFiltering working, just need to test everything again * Removed FineGrainedAccessChecker * Removed Expand Path * Fix * Tested FineGrainedAccessHandler, need to test AuthChecker * Added integration test for lba * Fixed merge conflicts * PR fix * fixed * PR fix * Fix test * removed .vscode, .cache, .githooks * githooks * added tests * fixed build * Changed ast.lcp and User pointer to value in context.hpp * Fixed test * Remove denies on grant all * AuthChecker * Pr fix, auth_checker still not fixed * Create mg-glue and extract UserBasedAuthChecker from AuthChecker * Build fixed, need to fix test * e2e tests * e2e test working * Added unit test, e2e and FineGrainedChecker * Mege E129, auth_checker tests * Fixed test * e2e fix Co-authored-by: Boris Taševski <36607228+BorisTasevski@users.noreply.github.com> Co-authored-by: josipmrden <josip.mrden@external-basf.com> Co-authored-by: János Benjamin Antal <benjamin.antal@memgraph.io>
42 lines
864 B
CMake
42 lines
864 B
CMake
# telemetry test binaries
|
|
add_subdirectory(telemetry)
|
|
|
|
# ssl test binaries
|
|
add_subdirectory(ssl)
|
|
|
|
# transactions test binaries
|
|
add_subdirectory(transactions)
|
|
|
|
# auth test binaries
|
|
add_subdirectory(auth)
|
|
|
|
# lba test binaries
|
|
add_subdirectory(fine_grained_access)
|
|
|
|
## distributed ha/basic binaries
|
|
#add_subdirectory(ha/basic)
|
|
#
|
|
## distributed ha/constraints binaries
|
|
#add_subdirectory(ha/constraints)
|
|
#
|
|
## distributed ha/index binaries
|
|
#add_subdirectory(ha/index)
|
|
#
|
|
## distributed ha/large_log_entries binaries
|
|
#add_subdirectory(ha/large_log_entries)
|
|
#
|
|
## distributed ha/leader_election binaries
|
|
#add_subdirectory(ha/leader_election)
|
|
#
|
|
## distributed ha/term_updates binaries
|
|
#add_subdirectory(ha/term_updates)
|
|
|
|
# audit test binaries
|
|
add_subdirectory(audit)
|
|
|
|
# ldap test binaries
|
|
add_subdirectory(ldap)
|
|
|
|
# mg_import_csv test binaries
|
|
add_subdirectory(mg_import_csv)
|