Just for the record,
I worked around this issue. Since there has been no indication what so
ever, where this went wrong (since no log was registered), I manually
created the user in system_auth.users and system_auth.credentials. After
switching to PasswordAuthenticator, I could successfully
27;t you have a default "cassandra" user in system_auth.users?
>
>cqlsh> SELECT * from system_auth.users ;
>
> name | super
>---+---
> cassandra | True
>
>It should be created on startup and you should see this in your logs:
>
>"PasswordAut
Don't you have a default "cassandra" user in system_auth.users?
cqlsh> SELECT * from system_auth.users ;
name | super
---+---
cassandra | True
It should be created on startup and you should see this in your logs:
"PasswordAuthenticator created
Hello,
Based on several examples online I was trying to use the
PasswordAuthenticator on our project nodes.
Although setting it up with the version 1.2.5 of cassandra was not that
difficult, I cannot seem to get access neither in cqlsh nor in the CLI.
Having a look at the filesystem and the