thelastpickle / cassandra-reaper

Automated Repair Awesomeness for Apache Cassandra
http://cassandra-reaper.io/
Apache License 2.0
481 stars 217 forks source link

Make HTTP management port configurable #1422

Open Miles-Garnsey opened 9 months ago

Miles-Garnsey commented 9 months ago

Project board link

We have a configurable port for the HTTP metrics but not the HTTP management API. We should allow this to be configurable.

emerkle826 commented 9 months ago

Long-term this makes sense. However, Management API currently does not support configuring an alternate port, currently listening on 8080

Miles-Garnsey commented 9 months ago

That's very good to know! This can go in a phase II then.

emerkle826 commented 8 months ago

This will be possible once https://github.com/k8ssandra/management-api-for-apache-cassandra/pull/418 is released