Bert Desmet created AIRFLOW-6831:
------------------------------------
Summary: Support for ssh-ed25519 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
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)