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 |
|
Antonio Filipovic
|
a84f570c6d
|
Use extent hooks for per query memory limit (#1340)
|
2023-10-25 16:01:59 +02:00 |
|
Antonio Andelic
|
bd21bc82b7
|
Add license to cpp/hpp/py test files (#283)
|
2021-10-26 08:53:56 +02:00 |
|
antonio2368
|
d58a1cbb58
|
License key introduction and removing community edition package (#232)
|
2021-09-29 19:14:39 +02:00 |
|
antonio2368
|
50ddd59450
|
Fix Centos8 build (#126)
* Increase server wait
* Use standard shebang for python scripts
|
2021-03-26 12:05:58 +01:00 |
|
Matej Ferencevic
|
e0ffc533b9
|
Remove leftover Apollo files (#1)
|
2020-09-21 14:58:52 +02:00 |
|
Matej Ferencevic
|
8a0abd6dbd
|
Make memgraph with storage v2 the main binary
Reviewers: teon.banek
Reviewed By: teon.banek
Subscribers: buda, pullbot
Differential Revision: https://phabricator.memgraph.io/D2567
|
2019-12-06 10:51:16 +01:00 |
|
Matej Ferencevic
|
68f19df305
|
Migrate LDAP integration to auth module
Reviewers: teon.banek, buda
Reviewed By: teon.banek
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D2368
|
2019-09-11 17:15:08 +02:00 |
|
Matej Ferencevic
|
d9bc4ec476
|
Implement LDAP authentication
Reviewers: teon.banek
Reviewed By: teon.banek
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D1888
|
2019-02-28 09:39:30 +01:00 |
|