You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 17:56:06 UTC

[jira] [Commented] (AIRFLOW-1238) Connections CLI doesn't decode percent encodings

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

Apache Spark commented on AIRFLOW-1238:
---------------------------------------

User 'matt2000' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3605

> Connections CLI doesn't decode percent encodings
> ------------------------------------------------
>
>                 Key: AIRFLOW-1238
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1238
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.8.1
>            Reporter: John Zeringue
>            Assignee: Matt Chapman
>            Priority: Minor
>
> For example, {{airflow connections -a --conn_id my_connection --conn_uri https://my%20username:my%20password@mydomain.com}} should create a connection with username {{my username}} and password {{my password}}. Instead, it creates a connection with username {{my%20username}} and password {{my%20password}}.
> As it stands now, email usernames (which have an {{@}}) or passwords with special characters like {{p@$$word}} can't be specified from the CLI either.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)