mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
For scylla servers, keep default PasswordAuthenticator and CassandraAuthorizer but allow this to be configurable per test suite. Use AllowAll* for topology test suite. Disabling authentication avoids complications later for topology tests as system_auth kespace starts with RF=1 and tests take down nodes. The keyspace would need to change RF and run repair. Using AllowAll avoids this problem altogether. A different cql fixture is created without auth for topology tests. Topology tests require servers without auth from scylla.yaml conf. Signed-off-by: Alejo Sanchez <alejo.sanchez@scylladb.com>