mesos / chronos

Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
http://mesos.github.io/chronos/
Apache License 2.0
4.39k stars 529 forks source link

Having Chronos listen on a specific interface #393

Open nemosupremo opened 9 years ago

nemosupremo commented 9 years ago

Is it possible to have Chronos listen on a specific interface (rather than 0.0.0.0)? Currently, as set up, chronos is available publicly, we would just like to have Chronos to listen on a private ip rather than setting up authentication.

I see Chaos added the flag --http_address recently (mesosphere/chaos@a1afff8019e3251b2b6c3423dbe4c58fb6eabf76) - is getting a chronos build with this option as simple as editing the pom.xml?

kopax commented 8 years ago

+1, this options doesn't work

butterflyinfly commented 7 years ago

Hello everyone! Is there any update on this? Thanks.