Files
scylladb/auth
Marcin Maliszkiewicz 015d0f846f auth: wait for default role creation before starting authorizer and authenticator
There is a hidden dependency: the creation of the default superuser role
is split between the password authenticator and the role manager.
To work correctly, they must start in the right order: role manager first,
then password authenticator.

(cherry picked from commit 68fc4c6d61)
2025-07-10 11:19:09 +02:00
..