Skip to content
Snippets Groups Projects
Commit 1a94094b authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

fixining ==

parent 0a4035be
No related branches found
No related tags found
No related merge requests found
Pipeline #92428 passed
......@@ -21,7 +21,7 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \
There should be an object created in B2SHARE, each object in B2SHARE is identified by a +id+, which needs to be passed to the DLS workflow as a parameter (see below).
=== Credentials handling === [[credentials]]
=== Credentials handling [[credentials]]
Credentials needed to access SSH-based storages should be passed over to the pipelines (both for up- and download) as pipelines parameters. Basically each DLS pipelines can be extended by tasks to handle those parameters and convert them into connections that can be used in the remainings of the pipeline. The code for that can be found in <a href='dags/conn_deco.py'>+dags/conn_deco.py+</a>.
==== Passing credentials directly ====
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment