You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Noël BARDELOT (Jira)" <ji...@apache.org> on 2020/02/21 10:36:00 UTC

[jira] [Updated] (AIRFLOW-6865) [Airflow] webserver crashes with both RBAC and 'force_log_out_after' set

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

Noël BARDELOT updated AIRFLOW-6865:
-----------------------------------
    Description: 
I've traced back the issue to the following commit:


[https://github.com/apache/airflow/commit/0721d62bf1b23a471d7fe97ccf108db9f92403ef]

 

Enabling the 'force_log_out_after' option with something other than 0, when RBAC is enabled, makes the server throw the following errors before crashing:

 

{{{{
[2020-02-20 16:43:54,426] {{app.py:1891}} ERROR - Exception on /health [GET]
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
    reraise(exc_type, exc_value, tb)
  File "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
    raise value
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1947, in full_dispatch_request
    rv = self.preprocess_request()
  File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2241, in preprocess_request
    rv = func()
  File "/usr/local/lib/python3.7/site-packages/airflow/www_rbac/app.py", line 246, in before_request
    flask.session.permanent = True
NameError: name 'flask' is not defined
}}}}

 

 

 

  was:
I've traced back the issue to the following commit:


[https://github.com/apache/airflow/commit/0721d62bf1b23a471d7fe97ccf108db9f92403ef]

 

Enabling the 'force_log_out_after' option with something other than 0, when RBAC is enabled, makes the server throw the following errors before crashing:

 

 {{{{[2020-02-20 16:43:54,426] \{{app.py:1891}} ERROR - Exception on /health [GET]}}}}
{{{{Traceback (most recent call last):}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app}}}}
{{{{ response = self.full_dispatch_request()}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request}}}}
{{{{ rv = self.handle_user_exception(e)}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception}}}}
{{{{ reraise(exc_type, exc_value, tb)}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise}}}}
{{{{ raise value}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1947, in full_dispatch_request}}}}
{{{{ rv = self.preprocess_request()}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2241, in preprocess_request}}}}
{{{{ rv = func()}}}}
{{{{ File "/usr/local/lib/python3.7/site-packages/airflow/www_rbac/app.py", line 246, in before_request}}}}
{{{{ flask.session.permanent = True}}}}
{{{{NameError: name 'flask' is not defined}}}}
{{{{}}}}

 

 

 


> [Airflow] webserver crashes with both RBAC and 'force_log_out_after' set
> ------------------------------------------------------------------------
>
>                 Key: AIRFLOW-6865
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6865
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webserver
>    Affects Versions: 1.10.9
>            Reporter: Noël BARDELOT
>            Priority: Major
>
> I've traced back the issue to the following commit:
> [https://github.com/apache/airflow/commit/0721d62bf1b23a471d7fe97ccf108db9f92403ef]
>  
> Enabling the 'force_log_out_after' option with something other than 0, when RBAC is enabled, makes the server throw the following errors before crashing:
>  
> {{{{
> [2020-02-20 16:43:54,426] {{app.py:1891}} ERROR - Exception on /health [GET]
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
>     response = self.full_dispatch_request()
>   File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
>     rv = self.handle_user_exception(e)
>   File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
>     reraise(exc_type, exc_value, tb)
>   File "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
>     raise value
>   File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1947, in full_dispatch_request
>     rv = self.preprocess_request()
>   File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2241, in preprocess_request
>     rv = func()
>   File "/usr/local/lib/python3.7/site-packages/airflow/www_rbac/app.py", line 246, in before_request
>     flask.session.permanent = True
> NameError: name 'flask' is not defined
> }}}}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)