[
https://issues.apache.org/jira/browse/AIRFLOW-5578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-5578 started by David Dossett.
----------------------------------------------
> The root url "/" should be configurable, not hardcoded
> ------------------------------------------------------
>
> Key: AIRFLOW-5578
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5578
> Project: Apache Airflow
> Issue Type: Improvement
> Components: webserver
> Affects Versions: 1.10.5
> Reporter: David Dossett
> Assignee: David Dossett
> Priority: Minor
>
> The webserver root url "/" is hardcoded in airflow/www/blueprints.py to
> redirect to the Airflow.index view function. If you want to build a front-end
> website to airflow, with the normal /home as an admin area, then you will
> always have the problem that this will redirect to the admin area first and
> this is not configurable.
> Flask Appbuilder has the IndexView class which can be set dynamically when
> creating the app. This should allow for some configuration of custom
> IndexView classes using the default_webserver_config.py
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)