You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/16 09:04:37 UTC

[GitHub] [airflow] mb-m opened a new pull request #5289: [AIRFLOW-4517] allow for airflow config to influence flask configuration

mb-m opened a new pull request #5289: [AIRFLOW-4517] allow for airflow config to influence flask configuration
URL: https://github.com/apache/airflow/pull/5289
 
 
   Add the ability to use a [flask_web] section to set flask configuration
   variables. This is particularly useful with the introduction of origin=
   on some of the dags.html page links (trigger, particularly), as without
   it, there's no way of specifying https in the url_for() flask function.
   Right now, without a good framework for seeing the effect of flask vars,
   it's difficult to write a perfect test, but I've added something that showed
   me it was there.

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


With regards,
Apache Git Services