pybiolib 1.2.1117__py3-none-any.whl → 1.2.1121__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.
@@ -355,6 +355,26 @@ http {{
355
355
  return 404 "Not found";
356
356
  }}
357
357
  }}
358
+
359
+ server {{
360
+ listen 1080;
361
+ resolver 127.0.0.11 ipv6=off valid=30s;
362
+
363
+ if ($http_biolib_result_uuid != "{self._job_uuid}") {{
364
+ return 403 "Invalid or missing biolib-result-uuid header";
365
+ }}
366
+
367
+ if ($http_biolib_result_port = "") {{
368
+ return 400 "Missing biolib-result-port header";
369
+ }}
370
+
371
+ location / {{
372
+ proxy_pass http://main:$http_biolib_result_port$request_uri$is_args$args;
373
+ proxy_set_header biolib-result-uuid "";
374
+ proxy_set_header biolib-result-port "";
375
+ proxy_pass_request_headers on;
376
+ }}
377
+ }}
358
378
  }}
359
379
  """
360
380
  else:
@@ -119,7 +119,7 @@ http {
119
119
  }
120
120
 
121
121
  set $target_host "biolib-app-caller-proxy-$http_biolib_result_uuid";
122
- proxy_pass http://$target_host:1080;
122
+ proxy_pass http://$target_host:1080$request_uri$is_args$args;
123
123
  proxy_set_header biolib-result-uuid $http_biolib_result_uuid;
124
124
  proxy_set_header biolib-result-port $http_biolib_result_port;
125
125
  proxy_pass_request_headers on;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.1117
3
+ Version: 1.2.1121
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -126,12 +126,12 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=Xe_LILVfTD9LXb-0HwLqG
126
126
  biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
127
127
  biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
128
128
  biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
129
- biolib/compute_node/remote_host_proxy.py,sha256=W0zzPtiHAOofCslkn9cnjFY1VKEbMSdrer87j23Zv_8,16295
129
+ biolib/compute_node/remote_host_proxy.py,sha256=wNIRznw7_OFI8QHejlXYoWqac4n0IKCwZjQ1aa8i_5I,16953
130
130
  biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
131
131
  biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
132
132
  biolib/compute_node/utils.py,sha256=fvdbetPKMdfHkPqNZRw6eln_i13myu-n8tuceTUcfPU,4913
133
133
  biolib/compute_node/webserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
- biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=sP_ZzjJjAusrHzCQC3qu3ItGY3YZzPinaFOHbattDjs,5565
134
+ biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=JIpHHRYtmKukfgj-KAOAAZeismWi2JzKxxUY59GPZ_A,5590
135
135
  biolib/compute_node/webserver/gunicorn_flask_application.py,sha256=jPfR_YvNBekLUXWo_vHFV-FIwlb8s8tacKmGHvh93qc,914
136
136
  biolib/compute_node/webserver/proxy_utils.py,sha256=JNt1oqPuR5n63E5NC1l8AZN51NLuMw4lqVkocZnq72o,1164
137
137
  biolib/compute_node/webserver/webserver.py,sha256=XOLYIJcrs_MU3uvct7SGPn8cYDi8ugA_wkDo6JeOQDU,9061
@@ -157,8 +157,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
157
157
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
158
158
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
159
159
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
160
- pybiolib-1.2.1117.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
161
- pybiolib-1.2.1117.dist-info/METADATA,sha256=SfoHQrH4vo-GUXZYGyZdjFpwou9KjMBwUH7bIVwA7sM,1571
162
- pybiolib-1.2.1117.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
163
- pybiolib-1.2.1117.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
164
- pybiolib-1.2.1117.dist-info/RECORD,,
160
+ pybiolib-1.2.1121.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
161
+ pybiolib-1.2.1121.dist-info/METADATA,sha256=mNcQi42f5USS7sjdA0V_2oijsODuidmw3yULOwilbRw,1571
162
+ pybiolib-1.2.1121.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
163
+ pybiolib-1.2.1121.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
164
+ pybiolib-1.2.1121.dist-info/RECORD,,