From: Andreas Geissler Date: Wed, 4 Jun 2025 06:49:27 +0000 (+0200) Subject: [CASSANDRA] Add authenticator definition X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=008f758282a37f80cdfd6e49a9f830da2b586731;p=oom.git [CASSANDRA] Add authenticator definition - new cassandra images do not set the authenticator - therefor the option has to be explicitely set Issue-ID: OOM-3342 Change-Id: I43d36166b21c5c5de882fd238c08ca42e24ebc40 Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/common/cassandra/values.yaml b/kubernetes/common/cassandra/values.yaml index b8632af443..0cd8545e3a 100644 --- a/kubernetes/common/cassandra/values.yaml +++ b/kubernetes/common/cassandra/values.yaml @@ -39,6 +39,7 @@ k8ssandraOperator: superuserName: &superusername cassandra superuserPassword: &superuserpassword cassandra casOptions: + authenticator: PasswordAuthenticator authorizer: AllowAllAuthorizer read_request_timeout: 15000ms write_request_timeout: 15000ms