Bug #13547
[python sdk] does not respect ARVADOS_API_HOST_INSECURE when speaking to keep(-proxy) via SSL
100%
Subtasks
Associated revisions
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>
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>
History
#1
Updated by Tom Morris over 2 years ago
- Status changed from New to In Progress
- Assigned To set to Ward Vandewege
- Target version set to 2018-07-03 Sprint
#2
Updated by Tom Clegg over 2 years ago
Updated to prevent the insecure flag in the default config from leaking into other configs (e.g., arv-copy).
13547-respect-insecure-flag-when-talking-ssl-to-keep @ 76a2c8a1eb1771b5255e8582b7e9823d072e8ef4
#3
Updated by Ward Vandewege over 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|c1ab715afeb9c095efed7e6064ce10021c067c35.
#4
Updated by Tom Morris over 2 years ago
- Release set to 13
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>