mesosphere / mesos-rxjava

RxJava client for Apache Mesos HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DC/OS Enterprise Support

zonybob opened this issue · comments

commented

I had a short-term requirement to get my mesos-rxjava-based framework onto DC/OS Enterprise with strict security mode. I would like to submit a PR once tests/documentation are in better shape, and I am simply creating an issue for tracking purposes.

The gist of my change is...

  • check if mesosUri is "https". If so, add a "trustAll" SSLEngineFactory to the HTTPClient
  • provide a supplier/callback for adding arbitrary headers to the HTTP POST call

I'm not sure how active this project is currently, but I welcome any feedback and suggestions necessary to make the changes acceptable.

PR to follow this week (hopefully)...