Skip to content

Commit a5f1b98

Browse files
authored
add: ssl context to transport. (#48)
1 parent c0f937b commit a5f1b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grafana_api/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ def create_the_http_api_client(
314314
"""
315315

316316
transport: httpx.HTTPTransport = httpx.HTTPTransport(
317+
verify=self.grafana_api_model.ssl_context,
317318
retries=self.grafana_api_model.retries
318319
)
319320
limits: httpx.Limits = httpx.Limits(

0 commit comments

Comments
 (0)