pybiolib 1.2.1018__py3-none-any.whl → 1.2.1022__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.
@@ -273,6 +273,16 @@ http {{
273
273
  proxy_ssl_server_name on;
274
274
  }}
275
275
 
276
+ location ~ "^/api/auth/oauth-token-exchange/$" {{
277
+ # Note: Using $1 here as URI part from regex must be used for proxy_pass
278
+ proxy_pass https://$upstream_hostname/api/auth/oauth-token-exchange/$1;
279
+ proxy_set_header authorization "";
280
+ proxy_set_header compute-node-auth-token "{compute_node_auth_token}";
281
+ proxy_set_header job-uuid "{self._job_uuid}";
282
+ proxy_set_header cookie "";
283
+ proxy_ssl_server_name on;
284
+ }}
285
+
276
286
  location /api/lfs/ {{
277
287
  proxy_pass https://$upstream_hostname$request_uri;
278
288
  proxy_set_header authorization "";
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.1018
3
+ Version: 1.2.1022
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -126,7 +126,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
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=4rNR4iCmtwo5Wej-B1BcoZboNANCHEd0N_G5Uh1u9zI,16525
129
+ biolib/compute_node/remote_host_proxy.py,sha256=IBkBeljiFEos2KZJbYf_k45xjeKqpUmRronY6MlPwo0,17078
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=fWtFIcGatek1NaVOT9Vaey6UFp8GKLYGLAVu8jgOwi8,4861
@@ -155,8 +155,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
155
155
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
156
156
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
157
157
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
158
- pybiolib-1.2.1018.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
159
- pybiolib-1.2.1018.dist-info/METADATA,sha256=R5L4RPDKBuA17gKLMRTVFWN2u6uTIRN3Q7xC2JeI-GY,1571
160
- pybiolib-1.2.1018.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
161
- pybiolib-1.2.1018.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
162
- pybiolib-1.2.1018.dist-info/RECORD,,
158
+ pybiolib-1.2.1022.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
159
+ pybiolib-1.2.1022.dist-info/METADATA,sha256=tI9lo-BlqyBDLv8qDJbqIxmWyJAUKL32ZuRVO0j4GH0,1571
160
+ pybiolib-1.2.1022.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
161
+ pybiolib-1.2.1022.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
162
+ pybiolib-1.2.1022.dist-info/RECORD,,