feat(acl): add acl keys to acl save/load (#2273)

* add acl keys to acl savel/load
* add tests
This commit is contained in:
Kostas Kyrimis 2023-12-08 18:08:33 +02:00 committed by GitHub
parent 2703d4635d
commit 8323c82dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 10 deletions

View file

@ -96,6 +96,7 @@ namespace dfly::acl {
}
}
}
return keys_allowed;
}