Orange-OpenSource / casskop

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...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Backup with file protocol failed if secret is not set #378

Closed AKamyshnikova closed 2 years ago

AKamyshnikova commented 3 years ago

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.