You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Bert Desmet (Jira)" <ji...@apache.org> on 2020/02/18 09:29:00 UTC

[jira] [Updated] (AIRFLOW-6831) Support for various ssh keys and certificates

     [ https://issues.apache.org/jira/browse/AIRFLOW-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bert Desmet updated AIRFLOW-6831:
---------------------------------
    Summary: Support for various ssh keys and certificates  (was: Support for ssh-ed25519 keys and certificates)

> Support for various ssh keys and certificates
> ---------------------------------------------
>
>                 Key: AIRFLOW-6831
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6831
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: hooks
>    Affects Versions: 2.0.0
>            Reporter: Bert Desmet
>            Priority: Major
>
> For our usecase need to support both ed25519 keys and 'MFA', using a signed key. 
> This pull request adds the possibility to both add support for these 2 things.
>  
> When creating a hook some extra parameters become availble in the 'extra_parameters' hash, notably:
>  * key_type: (str) can be rsa, ecdsa or ed25519; defaults to rsa
>  * cert_file: (str) path towards the certicate. Defaults to None
>  
> Bert
>  



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