cassandra-reaper icon indicating copy to clipboard operation
cassandra-reaper copied to clipboard

Enable native SSL for webui and api

Open andrejvanderzee opened this issue 5 years ago • 7 comments

Project board link

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

andrejvanderzee avatar Nov 09 '19 20:11 andrejvanderzee

I am facing same issue. @andrejvanderzee was you able to manage ?

uttamkasundara avatar Dec 09 '19 13:12 uttamkasundara

@uttamkasundara Nope I dont think Reaper has support for TLS

andrejvanderzee avatar Dec 10 '19 10:12 andrejvanderzee

@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 avatar Dec 10 '19 11:12 uttamkasundara

@uttamkasundara Nope I dont think Reaper has support for TLS

It is supporting TLS.

uttamkasundara avatar Dec 10 '19 11:12 uttamkasundara

Is there any documentation for TLS configuration ?

zencircle avatar Aug 13 '20 17:08 zencircle

@andrejvanderzee can you point me documentation to enable SSL, thanks

zencircle avatar Aug 17 '20 19:08 zencircle

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.

adejanovski avatar Mar 25 '22 12:03 adejanovski