reanahub / reana-workflow-controller

REANA Workflow Controller
http://reana-workflow-controller.readthedocs.io/
MIT License
2 stars 38 forks source link

docker: extract user, password and broker address to env variables #17

Closed diegodelemos closed 5 years ago

diegodelemos commented 7 years ago

As in https://github.com/reanahub/reana-workflow-engine-yadage/issues/17, user name, password and broker address are currently hardcoded in: https://github.com/reanahub/reana-workflow-controller/blob/master/reana_workflow_controller/tasks.py#L33-L34

These values should be extracted to environment variables which we will need to add to https://github.com/reanahub/reana-resources-k8s/blob/master/deployments/reana-system/workflow-controller.yaml accordingly.

diegodelemos commented 5 years ago

MQ configurable thought environment variables, see here.