如文档中所建议的,在conf以下需要为气流网络设置不同的身份验证
[webserver]
authenticate = True
auth_backend = mypackage.auth
我在python路径中添加了它,它选择了正确的模块,但是在完成所有功能后最终给出了错误。
与我添加的auth其他模块一样
return redirect(request.args.get("next")
或
url_for("index"))
最后
ERROR in app: Exception on /admin/airflow/login [GET]
raise ValueError('View function did not return a response')