我正在尝试使用启用了kerberos 的 cassandra cluster登录 cqlsh shell。我能够使用 cassandra 用户登录到 cqlsh shell,但我无法使用任何其他用户登录。
如果我尝试使用说测试用户登录,那么它会为我显示以下错误。
Connection error: User test@REALM.COM doesn't exist - create it with CREATE USER query first
但是在我的用户表中,我有测试用户。
cqlsh> SELECT * FROM system_auth.users ;
name | super
-----------+-------
test | False
cassandra | True
测试用户有kerberos的票。谁能帮助我。