You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/10/04 05:31:00 UTC

[jira] [Commented] (AIRFLOW-1635) Allow creating Google Cloud Platform connection without requiring a JSON file

    [ https://issues.apache.org/jira/browse/AIRFLOW-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16190834#comment-16190834 ] 

ASF subversion and git services commented on AIRFLOW-1635:
----------------------------------------------------------

Commit 6dec7acde3b599599cd83cfad3c84fc014b9931e in incubator-airflow's branch refs/heads/v1-9-test from [~barrywhart]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=6dec7ac ]

[AIRFLOW-1635] Allow creating GCP connection without requiring a JSON file

Closes #2640 from barrywhart/airflow-1635-gcp-
json-data-master


> Allow creating Google Cloud Platform connection without requiring a JSON file
> -----------------------------------------------------------------------------
>
>                 Key: AIRFLOW-1635
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1635
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: gcp
>    Affects Versions: 1.8.2
>            Reporter: Barry Hart
>            Assignee: Barry Hart
>             Fix For: 1.10.0
>
>         Attachments: AIRFLOW-1635.png
>
>
> Most connection types can be created purely from the Airflow UI. Google Cloud Platform connections do not support this, because they require a JSON file to be present on disk. This is awkward for users who only have UI access (i.e. no direct access to the server's file system) because it requires coordination with a system administrator to add or update a connection.
> I propose that Airflow offer two ways to set up a Google cloud connection:
> * The current method of placing a file on disk and entering its path.
> * New method where the Airflow user/administrator pastes the JSON *contents* into the Airflow UI. This will be a new field in the UI.
> If both a path and JSON data are provided, the path will take precedence. This is somewhat arbitrary; typically only one field would contain a value.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)