[
https://issues.apache.org/jira/browse/AIRFLOW-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16967593#comment-16967593
]
ASF GitHub Bot commented on AIRFLOW-5658:
-----------------------------------------
ashb commented on pull request #6374: [AIRFLOW-5658] Fix broken links when
running behind reverse proxy
URL: https://github.com/apache/airflow/pull/6374
----------------------------------------------------------------
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:
[email protected]
> Links issue through reverse proxy access
> -----------------------------------------
>
> Key: AIRFLOW-5658
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5658
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.10.4, 1.10.5
> Reporter: Mikołaj Morawski
> Assignee: Oluwafemi Sule
> Priority: Trivial
> Attachments: image-2019-10-15-16-02-45-731.png
>
>
> The access through a reverse proxy is not working for the following two uris:
> /configuration
> /version
>
> I think that the root cause is here:
> [https://github.com/apache/airflow/blob/master/airflow/www/app.py]
> {code:java}
> appbuilder.add_link("Configurations",
> href='/configuration',
> category="Admin",
> category_icon="fa-user")
> appbuilder.add_link('Version',
> href='/version',
> category='About',
> category_icon='fa-th')
> {code}
> the "href" parameter does not use the "views" reference here. The add_link
> should not be used for this reference.
>
> The second problem is that the "Task Tries" icon is not displayed properly.
> !image-2019-10-15-16-02-45-731.png!
> Regards,
> Mikolaj
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)