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

connection decorator for #27"

parent fe17a24d
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ def conn_decorator():
rrid = kwargs['run_id']
host = params.get('host')
port = params.get('port', 2222)
key = params.get('key')
user = params.get('login', 'eflows')
key = params.get('key')
conn_id = f"tmp_connection_{rrid}"
extra = {"private_key": key}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment