You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we do not create any resource related to kerberos, voms_proxy and rucio authentication mechanisms. Implementation should be relatively straightforward and we already have a reference inside reana-job-controller component for adding related resources, however, testing these mechanisms are not trivial locally which requires additional tricks and effort.
The text was updated successfully, but these errors were encountered:
todo: We have only kerberos resource for the whole workflow. For VOMS and Rucio, it would be good to do the same, since for Dask-based workloads, we are looking only at the workflow top level whether Dask should be supported or not.
Please see the PR set that was necessary to introduce Kerberos for the whole workflow: reanahub/reana-workflow-engine-snakemake#44
…#483)
Following Dask integration into REANA, it became necessary for
Dask clusters to be aware of if VOMS_proxy or Rucio is needed
for the whole workflow. Parsing each step in reana.yaml
is not desirable, hence we add voms_proxy and rucio under
global resources definition.
Closesreanahub/reana#831
Alputer
added a commit
to Alputer/reana-commons
that referenced
this issue
Feb 11, 2025
…anahub#483)
Following Dask integration into REANA, it became necessary for
Dask clusters to be aware of if VOMS_proxy or Rucio is needed
for the whole workflow. Parsing each step in reana.yaml
is not desirable, hence we add voms_proxy and rucio under
global resources definition.
Closesreanahub/reana#831
Currently, we do not create any resource related to kerberos, voms_proxy and rucio authentication mechanisms. Implementation should be relatively straightforward and we already have a reference inside
reana-job-controller
component for adding related resources, however, testing these mechanisms are not trivial locally which requires additional tricks and effort.The text was updated successfully, but these errors were encountered: