Files
scylladb/auth
Michał Hudobski ad1e5718ae auth: add possibilty to check for any permission in set
This commit adds a new version of command_desc struct
that contains a set of permissions instead of a singular
permission. When this struct is passed to ensure/check_has_permission,
we check if the user has any of the included permission on the resource.

(cherry picked from commit 3025a35aa6)
2025-10-30 10:13:16 +00:00
..