Closed diegodelemos closed 5 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.
MQ configurable thought environment variables, see here.
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.