mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
Convert all authenticator implementations to receive their configuration from auth::config instead of accessing db::config through the query processor: - password_authenticator: reads superuser name and salted password from config, stores them as members - saslauthd_authenticator: reads socket path from config - certificate_authenticator: reads role queries from config - transitional_authenticator: passes config to inner password_authenticator - maintenance_socket_authenticator: inherits new constructor via using declaration Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
7.0 KiB
7.0 KiB