cassandra-reaper
cassandra-reaper copied to clipboard
Enable native SSL for webui and api
We are moving from opscenter to Reaper. How can we serve reaper with TLS, without setting up a proxy?
I am missing SSL config options:
server:
type: default
applicationConnectors:
- type: http
port: 8080
bindHost: 0.0.0.0
adminConnectors:
- type: http
port: 8081
bindHost: 0.0.0.0
┆Issue is synchronized with this Jira Story by Unito ┆Issue Number: REAP-147
I am facing same issue. @andrejvanderzee was you able to manage ?
@uttamkasundara Nope I dont think Reaper has support for TLS
@andrejvanderzee It is supporting TLS.
I am facing the same issue. @andrejvanderzee was you able to manage?
For me, the issue is with image 1.3.0, So updated the latest image resolve issue.
@uttamkasundara Nope I dont think Reaper has support for TLS
It is supporting TLS.
Is there any documentation for TLS configuration ?
@andrejvanderzee can you point me documentation to enable SSL, thanks
I assume you should be able to set up TLS the standard Dropwizard way: https://www.dropwizard.io/en/latest/manual/configuration.html#https
Let me know if this fixes the problem or not.