Actions
Bug #13547
closed[python sdk] does not respect ARVADOS_API_HOST_INSECURE when speaking to keep(-proxy) via SSL
Story points:
-
Release:
Release relationship:
Auto
Added by Ward Vandewege almost 7 years ago
Added by Ward Vandewege almost 7 years ago
13547: if an instance of KeepClient has an api_client object with the insecure
flag set, and the ARVADOS_API_HOST_INSECURE environment variable is not set,
set the insecure flag on the KeepClient instance. Also set that flag on any
KeepService instances created by that KeepClient instance.
This makes arv-copy respect the ARVADOS_API_HOST_INSECURE value in the config
file(s) for the Arvados instances, when talking to keep proxy.
refs #13547
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>
Added by Ward Vandewege almost 7 years ago
Merge branch '13547-respect-insecure-flag-when-talking-ssl-to-keep'
closes #13547
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>
Actions
13547: make the Python SDK respect the ARVADOS_API_HOST_INSECURE environment
variable when speaking with keep over SSL
refs #13547
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>