Skip to content

Commit 655f398

Browse files
committed
feat: load 'TLSConfig' from context
Signed-off-by: Alessandro Corradi <corradi.alessandro@mmfg.it> Signed-off-by: Alessandro Corradi <a.corradiale@gmail.com>
1 parent cf0bfaa commit 655f398

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/api/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def __init__(self, base_url=None, version=None,
128128
current_ctx = context.ContextAPI.get_current_context()
129129
if current_ctx is not None:
130130
base_url = current_ctx.Host
131+
tls = current_ctx.TLSConfig
131132

132133
self.base_url = base_url
133134
self.timeout = timeout

0 commit comments

Comments
 (0)