Hello,
I am trying to create a new user in scylladb but without success.
Here is what I get:
cqlsh> CREATE USER IF NOT EXISTS salt WITH PASSWORD 'salt' NOSUPERUSER;
InvalidRequest: code=2200 [Invalid query] message="org.apache.cassandra.auth.AllowAllAuthenticator doesn't support PASSWORD option"
Is it possible to create user with password?
Sincerely,
Alexandr