This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
What did you do?
Use file protocol for backup location without setting secret name.
What did you expect to see?
As described in instaclustr README file protocol does not require authentication, so backup should be created successfully.
What did you see instead? Under which circumstances?
Backup failed with BackupFailedSecretNotFound
Environment
casskop version: casskop:v2.0.2-release
Possible Solution
Check for file protocol type, before validating secret.
Bug Report
What did you do? Use file protocol for backup location without setting secret name.
What did you expect to see? As described in instaclustr README file protocol does not require authentication, so backup should be created successfully.
What did you see instead? Under which circumstances? Backup failed with BackupFailedSecretNotFound
Environment
Possible Solution Check for file protocol type, before validating secret.