[CASSANDRA] Add authenticator definition 93/141093/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Wed, 4 Jun 2025 06:49:27 +0000 (08:49 +0200)
committerAndreas Geissler <andreas@geisibee.de>
Wed, 4 Jun 2025 07:09:09 +0000 (09:09 +0200)
- 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 <andreas@geisibee.de>
kubernetes/common/cassandra/values.yaml

index b8632af..0cd8545 100644 (file)
@@ -39,6 +39,7 @@ k8ssandraOperator:
     superuserName: &superusername cassandra
     superuserPassword: &superuserpassword cassandra
     casOptions:
+      authenticator: PasswordAuthenticator
       authorizer: AllowAllAuthorizer
       read_request_timeout: 15000ms
       write_request_timeout: 15000ms