pybiolib 1.1.1990__py3-none-any.whl → 1.1.1995__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 +7 -0
- {pybiolib-1.1.1990.dist-info → pybiolib-1.1.1995.dist-info}/METADATA +1 -1
- {pybiolib-1.1.1990.dist-info → pybiolib-1.1.1995.dist-info}/RECORD +6 -6
- {pybiolib-1.1.1990.dist-info → pybiolib-1.1.1995.dist-info}/LICENSE +0 -0
- {pybiolib-1.1.1990.dist-info → pybiolib-1.1.1995.dist-info}/WHEEL +0 -0
- {pybiolib-1.1.1990.dist-info → pybiolib-1.1.1995.dist-info}/entry_points.txt +0 -0
@@ -304,6 +304,13 @@ http {{
|
|
304
304
|
proxy_ssl_server_name on;
|
305
305
|
}}
|
306
306
|
|
307
|
+
location /api/app/ {{
|
308
|
+
proxy_pass {base_url}/api/app/;
|
309
|
+
proxy_set_header authorization {'$bearer_token_on_get' if self._can_access_all_data_records_of_user else '""'};
|
310
|
+
proxy_set_header cookie "";
|
311
|
+
proxy_ssl_server_name on;
|
312
|
+
}}
|
313
|
+
|
307
314
|
location /api/ {{
|
308
315
|
proxy_pass {base_url}/api/;
|
309
316
|
proxy_set_header authorization "";
|
@@ -75,7 +75,7 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=XXqRlVtYhs-Ji9zQGIk5K
|
|
75
75
|
biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
|
76
76
|
biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
|
77
77
|
biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
|
78
|
-
biolib/compute_node/remote_host_proxy.py,sha256=
|
78
|
+
biolib/compute_node/remote_host_proxy.py,sha256=BYmdw6LmyS0YouKsgAsoROX3__rVPantcJu1luIsm2Q,16352
|
79
79
|
biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
|
80
80
|
biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
|
81
81
|
biolib/compute_node/utils.py,sha256=M7i_WTyxbFM3Lri9RWZ_8FeQNYrQIWpKGLfp2I55oeY,4677
|
@@ -109,8 +109,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
109
109
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
110
110
|
biolib/utils/seq_util.py,sha256=jC5WhH63FTD7SLFJbxQGA2hOt9NTwq9zHl_BEec1Z0c,4907
|
111
111
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
112
|
-
pybiolib-1.1.
|
113
|
-
pybiolib-1.1.
|
114
|
-
pybiolib-1.1.
|
115
|
-
pybiolib-1.1.
|
116
|
-
pybiolib-1.1.
|
112
|
+
pybiolib-1.1.1995.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
113
|
+
pybiolib-1.1.1995.dist-info/METADATA,sha256=DAKK-AVJu-iyW_SwhKYCOsgPLzJjoOV6C1eIZlaThkE,1508
|
114
|
+
pybiolib-1.1.1995.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
115
|
+
pybiolib-1.1.1995.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
116
|
+
pybiolib-1.1.1995.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|