You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/30 01:17:10 UTC

[GitHub] gerardo commented on a change in pull request #3805: [AIRFLOW-2062] Add per-connection KMS encryption.

gerardo commented on a change in pull request #3805: [AIRFLOW-2062] Add per-connection KMS encryption.
URL: https://github.com/apache/incubator-airflow/pull/3805#discussion_r213878647
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1785,6 +1792,15 @@ class CLIFactory(object):
             ('--conn_extra',),
             help='Connection `Extra` field, optional when adding a connection',
             type=str),
+        'kms_conn_id': Arg(
+            ('--kms_conn_id',),
+            help='An existing connection to use when encrpting this connection with a '
 
 Review comment:
   There's a typo here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services