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 2019/04/03 23:34:15 UTC

[GitHub] [airflow] morgendave commented on a change in pull request #4975: AIRFLOW-4149 add extra gRPC fields to connections forms

morgendave commented on a change in pull request #4975: AIRFLOW-4149 add extra gRPC fields to connections forms
URL: https://github.com/apache/airflow/pull/4975#discussion_r271971807
 
 

 ##########
 File path: airflow/www/forms.py
 ##########
 @@ -138,3 +138,12 @@ class ConnectionForm(DynamicForm):
     extra__google_cloud_platform__scope = StringField(
         lazy_gettext('Scopes (comma separated)'),
         widget=BS3TextFieldWidget())
+    extra__grpc__auth_type = StringField(
+        lazy_gettext('gRPC Auth Type'),
+        widget=BS3TextFieldWidget())
+    extra__grpc__credential_pem_file = StringField(
+        lazy_gettext('Credential pem file Path'),
 
 Review comment:
   I checked it seems to be no more www_rbac

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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