Files
scylladb/auth/password_authenticator.cc
Pavel Emelyanov 14b36b3db1 auth: Switch authenticators to use auth::config
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>
2026-05-15 18:45:01 +03:00

12 KiB