scylla-operator
scylla-operator copied to clipboard
Enforce CQL Authorization for new ScyllaClusters and disable default password
We need to start all ScyllaCluster as secure. That requires enforcing authorization and removing the default, well know, password.
This also requires introducing a new path on how to configure the credentials using our APIs or using mTLS based CQL as the first step to configure uses natively in ScyllaDB.
### TODO
- [ ] Write proposal about securing CQL from Day 0
- [ ] Implementation