k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
71 stars 51 forks source link

tsreload endpoint #483

Closed Miles-Garnsey closed 1 month ago

Miles-Garnsey commented 4 months ago

dsetool has a tsreload command which force-reloads the truststore to take account of new certificates which may have been added.

We should add a management API endpoint that can be called to execute this operation from maangement API. The bean is called DseReloadableTrustManagerMXBean.