Celery Flower Security in Production
I am looking to use Flower ( https://github.com/mher/flower ) to monitor my Celery tasks in place of the django-admin as reccomended in their docs ( http://docs.celeryproject.org/en/latest/userguide/monitoring.html#flower-real-time-celery-web-monitor ). However, because I am new to this I am a little confused about the way Flower's page is only based on HTTP, and not HTTPS. How can I enable security for my Celery tasks such that any old user can't just visit the no-login-needed website http://flowerserver.com:5555 and change something? I have considered Celery's own documentation on this, but