Commit Graph

5 Commits

Author SHA1 Message Date
Chen Sun 572484951f
fix: Update proxy agent image to fix CVE-2022-1292 (#8019)
* Update proxy agent base image

* fix python command in register script

* make code python3 compatible
2022-07-13 09:38:02 +00:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Surya Avala 9d6ab4c40f
fix(proxy): fixes GCP inverse proxy url priority. Fixes #4284 (#4702)
* fix: fixes proxy url priority

uses proxy url that is closest to the given zone

Fixes #4284

* style: formatting proxy with yapf

using .style.yapf provided in the repo
2020-11-01 08:28:51 -08:00
Christian Clauss 8e1e823139 Lint Python code for undefined names (#1721)
* Lint Python code for undefined names

* Lint Python code for undefined names

* Exclude tfdv.py to workaround an overzealous pytest

* Fixup for tfdv.py

* Fixup for tfdv.py

* Fixup for tfdv.py
2019-08-21 15:04:31 -07:00
IronPan 44f6f9302a Add proxy agent runner for kubeflow pipeline (#988)
* add proxy runner

* update comments

* address comments

* add tests
2019-03-22 13:17:37 -07:00