pybiolib 1.2.14.dev1__py3-none-any.whl → 1.2.15.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- biolib/compute_node/remote_host_proxy.py +9 -0
- {pybiolib-1.2.14.dev1.dist-info → pybiolib-1.2.15.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.14.dev1.dist-info → pybiolib-1.2.15.dev1.dist-info}/RECORD +6 -6
- {pybiolib-1.2.14.dev1.dist-info → pybiolib-1.2.15.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.14.dev1.dist-info → pybiolib-1.2.15.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.14.dev1.dist-info → pybiolib-1.2.15.dev1.dist-info}/entry_points.txt +0 -0
@@ -291,6 +291,15 @@ http {{
|
|
291
291
|
proxy_ssl_server_name on;
|
292
292
|
}}
|
293
293
|
|
294
|
+
location /api/resources/data-records/ {{
|
295
|
+
proxy_pass https://$upstream_hostname$request_uri;
|
296
|
+
proxy_set_header authorization "";
|
297
|
+
proxy_set_header compute-node-auth-token "{compute_node_auth_token}";
|
298
|
+
proxy_set_header job-uuid "{self._job_uuid}";
|
299
|
+
proxy_set_header cookie "";
|
300
|
+
proxy_ssl_server_name on;
|
301
|
+
}}
|
302
|
+
|
294
303
|
location /api/ {{
|
295
304
|
proxy_pass https://$upstream_hostname$request_uri;
|
296
305
|
proxy_set_header authorization "";
|
@@ -87,7 +87,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
|
|
87
87
|
biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
|
88
88
|
biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
|
89
89
|
biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
|
90
|
-
biolib/compute_node/remote_host_proxy.py,sha256=
|
90
|
+
biolib/compute_node/remote_host_proxy.py,sha256=eTT7x7ht_cxXMQ-0yXCvhKZW6mKeYM4KrfBf75KTbc8,15651
|
91
91
|
biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
|
92
92
|
biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
|
93
93
|
biolib/compute_node/utils.py,sha256=M7i_WTyxbFM3Lri9RWZ_8FeQNYrQIWpKGLfp2I55oeY,4677
|
@@ -117,8 +117,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
117
117
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
118
118
|
biolib/utils/seq_util.py,sha256=ZQFcaE37B2dtucN2zDjOmdya_X0ITc1zBFZJNQY13XA,5183
|
119
119
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
120
|
-
pybiolib-1.2.
|
121
|
-
pybiolib-1.2.
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
120
|
+
pybiolib-1.2.15.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
121
|
+
pybiolib-1.2.15.dev1.dist-info/METADATA,sha256=I_tIGxebGu59M9Mz-llbprTD_kOwL2So8qB_UDL1r1A,1511
|
122
|
+
pybiolib-1.2.15.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
123
|
+
pybiolib-1.2.15.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
124
|
+
pybiolib-1.2.15.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|