You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Semet (JIRA)" <ji...@apache.org> on 2017/11/09 23:23:00 UTC

[jira] [Updated] (AIRFLOW-1755) URL Prefix for both Flower and Web admin

     [ https://issues.apache.org/jira/browse/AIRFLOW-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Semet updated AIRFLOW-1755:
---------------------------
    Description: 
Similar to AIRFLOW-339.
Should also fix AIRFLOW-964.

I propose in this change 2 new settings on {{airflow.cfg}} and the CLI arguments:
{code}
# Root URL to use for the web server
web_server_url_prefix = /airflow
...
# The root URL for Flower
flower_url_prefix = /flower
{code}

This will allow deploying airflow on only on a root FQDN, like {{airflow.mycompany.com}}, but also on a path.

  was:
Similar to AIRFLOW-339.
Should also fix AIRFLOW-964.

I propose in this change 2 new settings on {{airflow.cfg}} and the CLI arguments:
{code}
# Root URL to use for the web server
web_server_url_prefix: /flower
...
# The root URL for Flower
flower_url_prefix = /flower
{code}

This will allow deploying airflow on only on a root FQDN, like {{airflow.mycompany.com}}, but also on a path.


> URL Prefix for both Flower and Web admin
> ----------------------------------------
>
>                 Key: AIRFLOW-1755
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1755
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: cli, core
>    Affects Versions: Airflow 2.0
>            Reporter: Semet
>            Assignee: Semet
>            Priority: Minor
>
> Similar to AIRFLOW-339.
> Should also fix AIRFLOW-964.
> I propose in this change 2 new settings on {{airflow.cfg}} and the CLI arguments:
> {code}
> # Root URL to use for the web server
> web_server_url_prefix = /airflow
> ...
> # The root URL for Flower
> flower_url_prefix = /flower
> {code}
> This will allow deploying airflow on only on a root FQDN, like {{airflow.mycompany.com}}, but also on a path.



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