Hacker News new | ask | show | jobs
by drnex 4730 days ago
Nice!

Is it relevant/secure for heroku hubots?

2 comments

It was built for use within your company / personal server - there is no authentication mechanism, so you have to make sure that it cannot be accessed from outside without at least HTTP Basic Auth.

I haven't tried running it on Heroku, it would be insecure, and I guess Heroku infrastructure would forbid some of system calls hubot-control app is doing, like checking pids, killing processes.

Great news, michalmior nearly got it up and running on Heroku: https://github.com/spajus/hubot-control/pull/2