Benny Halevy
ebff5f5d70
everywhere: include seastar headers using angle brackets
...
seastar is an external library therefore it should
use the system-include syntax.
Closes scylladb/scylladb#18513
2024-05-06 10:00:31 +03:00
Marcin Maliszkiewicz
7f204a6e80
auth: add raft_group0_client as dependency
...
Most auth classes need this to be able to announce
raft commands.
Usage added in subsequent commit.
2024-03-01 16:25:14 +01:00
Kefu Chai
263e2fabae
auth: do not include unused headers
...
these unused includes were identified by clangd. see
https://clangd.llvm.org/guides/include-cleaner#unused-include-warning
for more details on the "Unused include" warning.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com >
2024-01-19 10:49:17 +08:00
Mikołaj Grzebieluch
11a2748d7f
auth: add maintenance_socket_role_manager
...
Add `maintenance_socket_role_manager` which will disable all operations
associated with roles to not depend on system_auth keyspace, which may
be not yet created when the maintenance socket starts listening
2023-12-18 11:42:40 +01:00