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 GitHub Bot (Jira)" <ji...@apache.org> on 2019/12/28 14:47:00 UTC

[jira] [Commented] (AIRFLOW-5578) The root url "/" should be configurable, not hardcoded

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

ASF GitHub Bot commented on AIRFLOW-5578:
-----------------------------------------

stale[bot] commented on pull request #6223: [AIRFLOW-5578] Adding the ability to define custom IndexView
URL: https://github.com/apache/airflow/pull/6223
 
 
   
 
----------------------------------------------------------------
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


> 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)