Michiel Saelen created CASSANDRA-18693:
------------------------------------------
Summary: User credentials are validated with LOCAL_QUORUM instead
of with LOCAL_ONE
Key: CASSANDRA-18693
URL: https://issues.apache.org/jira/browse/CASSANDRA-18693
Project: Cassandra
Issue Type: Bug
Reporter: Michiel Saelen
Attachments: image.png
The documentation
([https://cassandra.apache.org/doc/latest/cassandra/operating/security.html])
tells us that users should be authenticated with LOCAL_ONE (except the default
user).
>From logging we see it is trying with LOCAL_QUORUM.INFO
>[Native-Transport-Requests-1] 2023-07-24 14:51:11,526 NoSpamLogger.java:105 -
>"Cannot achieve consistency level LOCAL_QUORUM" while executing SELECT
>salted_hash FROM system_auth.roles WHERE role = 'test' ALLOW FILTERING
This is detected on C* 4.1.2 (RHEL)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]