Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
vincbeck commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-295439 Please let me know :) -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
HuanjieGuo commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-2959919753 @vincbeck thanks, let me try to back-port the change into our own FAB provider branch -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
vincbeck closed issue #51551: Airflow 404 Flask cannot find /security/login API URL: https://github.com/apache/airflow/issues/51551 -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
vincbeck commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-2959497052 I could not find out where and when this API has been removed. I actually could not find how this API was used in 2.8.4. Nevertheless, this API has been removed at some point. I created #51578 to add it back. The bad news is, this will be only available in last version of FAB provider which is only compatible with Airflow 3. -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
potiuk commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-2959266165 cc: @vincbeck -> maybe that rings a bell ? -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
HuanjieGuo commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-2957214431 Thanks @potiuk , This looks like a Flask original API, and it doesn't work after we upgrade airflow to 2.10.5. It is tricky because I check the API in Flask AppBuilder, it is still there. However, we cannot call it. https://github.com/dpgaspar/Flask-AppBuilder/blob/v4.5.2/flask_appbuilder/security/api.py#L32 -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
potiuk commented on issue #51551: URL: https://github.com/apache/airflow/issues/51551#issuecomment-2956772800 @HuanjieGuo - by mistake I converted the original issue into discussion -> recreated it here. https://github.com/apache/airflow/issues/51544. -> I am not sure what is the issue though. -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
potiuk closed issue #51544: Airflow 404 Flask cannot find /security/login API URL: https://github.com/apache/airflow/issues/51544 -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Airflow 404 Flask cannot find /security/login API [airflow]
potiuk commented on issue #51544: URL: https://github.com/apache/airflow/issues/51544#issuecomment-2956736515 Please use: https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/token.html from FAB provider. FAB hase been moved to FAB provider and you should use FAB provider exposed API for that. -- 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. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org