Files
scylladb/auth
Dario Mirovic bfff07eacb auth: add service constructor with factory functors
Auth service can be initialized:
- [current] by passing instantiated authorizer, authenticator, role manager
- [current] by passing service_config, which then uses class registrator to instantiate authorizer, authenticator, role manager
    - This approach is easy to use with sharded services
- [new] by passing factory functors which instantiate authorizer, authenticator, role manager
    - This approach is also easy to use with sharded services

Refs SCYLLADB-409
2026-03-03 22:31:35 +01:00
..
2026-02-17 18:18:40 +01:00
2025-11-26 12:00:50 +01:00
2026-03-03 22:31:35 +01:00
2026-03-03 22:31:35 +01:00