Skip to content

Commit 2b5d1c0

Browse files
JesseKevin Chiangkevinchiang
authored
JSON query runner: optionally skip certificate verification (#5690)
Add verify option to json datasource runner to allow query developers the option of skipping certificate verification Co-authored-by: Kevin Chiang <[email protected]> Co-authored-by: kevinchiang <[email protected]>
1 parent f77f1b5 commit 2b5d1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redash/query_runner/json_ds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def run_query(self, query, user):
166166

167167

168168
method = query.get("method", "get")
169-
request_options = project(query, ("params", "headers", "data", "auth", "json"))
169+
request_options = project(query, ("params", "headers", "data", "auth", "json", "verify"))
170170

171171
fields = query.get("fields")
172172
path = query.get("path")

0 commit comments

Comments
 (0)