management-api-for-apache-cassandra icon indicating copy to clipboard operation
management-api-for-apache-cassandra copied to clipboard

RESTful / Secure Management Sidecar for Apache Cassandra

Results 86 management-api-for-apache-cassandra issues
Sort by recently updated
recently updated
newest added

Commit https://github.com/k8ssandra/management-api-for-apache-cassandra/commit/1c79885cec838bfedc73b802f7b63ec6f3c7de0c attempted to remove the topology file from the images by doing so in the entrypoint script. This seems to fail due to ownership/permissions issues in some environments (at...

ready-for-review

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...

ready

python2(python 2.7) is not included which break cqlsh image: docker.io/k8ssandra/cass-management-api:3.11.16-ubi8 See installed packages here https://github.com/k8ssandra/management-api-for-apache-cassandra/blob/master/Dockerfile-oss.ubi8#L130 ``` kubectl -n k8ssandra-operator exec -it cluster1-main-az-1a-sts-0 -c cassandra -- /bin/bash [cassandra@cluster1-main-az-1a-sts-0 /]$ cqlsh No...

ready-for-review

[SSLContext reload](https://github.com/k8ssandra/management-api-for-apache-cassandra/pull/376) does not seem to be updated when cert files are changed. It seems that even though a log message is displayed that changes have been detected in the...

ready-for-review

SSLContext should be refreshed to point to the right context, Instead of the old one when hot reloading SSL. Fixes #507

Hello, Our latency Grafana dashboards are not showing any data with management api `4.1.5-v0.1.79`, while they are working fine on 4.0 . The following prometheus metrics are missing from prometheus:...

While debugging a node which was timing out with other queries I noticed a warning in the mgmt API logs around the `vector` type: ```console WARN [epollEventLoopGroup-9-1] 2024-06-11 07:17:57,031 Loggers.java:39...