gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.24k stars 1.73k forks source link

ScyllaDB access Requires a password by default #35353

Open Aeres-u99 opened 8 months ago

Aeres-u99 commented 8 months ago

As per the documentation, https://goteleport.com/docs/database-access/guides/cassandra-self-hosted/#:~:text=tsh%20db%20connect,Password%3A

We can see that it requires a password to login into the scyllaDB / Cassandra which is self-hosted, is there any alternative to using password?

greedy52 commented 7 months ago

With this change https://github.com/gravitational/teleport/pull/33919, password is no longer necessary for scylla if using the cert auth plugin. But if setting up this way, all access to scylla will require connection through Teleport. @gabrielcorado is my understanding correct?

Yet another alternative is to use AWS keyspaces, where password is not required.