mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
allow ssl connections for impala runner (#5850)
There is no possibility to use ssl connections for impala runner. Based on response here: https://discuss.redash.io/t/ssl-for-impala-use-ssl-true-issues-being-added-to-connect/3741/3 adding a ssl parameter in connector config should solve this issue.
This commit is contained in:
@@ -53,6 +53,7 @@ class Impala(BaseSQLQueryRunner):
|
||||
},
|
||||
"database": {"type": "string"},
|
||||
"use_ldap": {"type": "boolean"},
|
||||
"use_ssl": {"type": "boolean"},
|
||||
"ldap_user": {"type": "string"},
|
||||
"ldap_password": {"type": "string"},
|
||||
"timeout": {"type": "number"},
|
||||
|
||||
Reference in New Issue
Block a user