Commit graph

4 commits

Author SHA1 Message Date
Kostas Kyrimis
2703d4635d
feat(acl): add validation for acl keys (#2272)
* add validation for acl keys
* add tests
2023-12-08 17:28:53 +02:00
Kostas Kyrimis
ea589db4db
feat(AclFamily): add acl dryrun command (#1894)
* add acl dryrun command
* add unit tests
2023-09-19 19:41:52 +03:00
Kostas Kyrimis
866b9afe58
chore: remove locks from acl validation in the hot path (#1765)
* remove locking the registry when Validating users
* deep copies the acl categories in the connection context
* streamline updates to the acl categories via the proactor pool
2023-08-31 21:59:42 +03:00
Kostas Kyrimis
7c43cbf2b5
feat: add validation of acl users (#1743)
* add validation for categories
* add tests
2023-08-29 18:52:46 +03:00