waggle-sensor / beehive-server

Waggle cloud software for aggregation, storage and analysis of sensor data from Waggle nodes.
13 stars 17 forks source link

Drop RabbitMQ management route from nginx #30

Closed seanshahkarami closed 6 years ago

seanshahkarami commented 6 years ago

Currently, we've got RabbitMQ's management interface exposed over HTTPS via nginx. Only a subset of the users are tagged as admin users and all of them were created with strong, random passwords. Because of that, this isn't automatically insecure.

However, configuration-wise it simplifies things to just split RabbitMQ off and treat it as its own piece of infrastructure capable of serving its own management interface without nginx being involved.

seanshahkarami commented 6 years ago

Done. Now the management console is only served inside ANL at: https://beehive1.mcs.anl.gov:15671