You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alan Mai (Jira)" <ji...@apache.org> on 2020/01/06 23:20:00 UTC

[jira] [Created] (AIRFLOW-6493) RedisHook: Allow SSL connection configuration through "extra" fields

Alan Mai created AIRFLOW-6493:
---------------------------------

             Summary: RedisHook: Allow SSL connection configuration through "extra" fields
                 Key: AIRFLOW-6493
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6493
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib, hooks
    Affects Versions: 1.10.7
            Reporter: Alan Mai
            Assignee: Alan Mai


RedisHook uses redis-py which has support for SSL connections, but the current hook has no way of configuring these option. 

 

Suggestion is to add these options to extra config.

 

TLS/SSL support in redis-py is roughly documented in this issue: [https://github.com/andymccurdy/redis-py/issues/780]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)