reanahub / reana-job-controller

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

jobs: mounting user secrets inside jobs #147

Closed diegodelemos closed 5 years ago

diegodelemos commented 5 years ago

Currently, we are storing user secrets as Kubernetes secrets. We need now to mount them so the jobs have access.

Since all jobs are Kubernetes jobs, even in the case of HTCondor (with an intermediate container to handle communication with the HPC cluster), the approach is the following:

diegodelemos commented 5 years ago

Closed by https://github.com/reanahub/reana-job-controller/pull/158