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

Fix activation of Jolokia Auth #397

Closed KeepItSimpleStupid closed 2 years ago

KeepItSimpleStupid commented 2 years ago
Q A
Bug fix? [X]
License Apache 2.0

What's in this PR?

We're in the process to migrate to casskop 2.x and it seems this feature has been broken during the massive rewrite of the run.sh in https://github.com/Orange-OpenSource/casskop/pull/246

cscetbon commented 2 years ago

Thanks @KeepItSimpleStupid, approved and merged !

KeepItSimpleStupid commented 2 years ago

Thanks @cscetbon !

Can we expect a new release of casskop soon or should we think of a workaround for the time being (custom bootstrap image, post_run.sh) ? Thanks !

cscetbon commented 2 years ago

@KeepItSimpleStupid I'm waiting for some tests to be conducted on that new version with CassKop but also MultiCasskop and backup. @fdehay any news from your side ?

KeepItSimpleStupid commented 2 years ago

@cscetbon good to know! We implemented a workaround with a post_run.sh and sed commands for the moment 😉

cscetbon commented 2 years ago

@cscetbon good to know! We implemented a workaround with a post_run.sh and sed commands for the moment 😉

If you can help on testing it would be great ! You can always run the master version on a test environment and let me know if you see anything. A lot of changes happened in the core with the sdk upgrade. No feature changes but better to get it tested