Satoshi-Sh commented on PR #37638: URL: https://github.com/apache/airflow/pull/37638#issuecomment-1977030307
I tried [another approach](https://github.com/sudiptob2/airflow/pull/15#:~:text=Sh%20commented%20now-,Approach%20without%20using%20the%20Middleware,not%20sure%20if%20this%20approach%20is%20proper%20to%20simulate%20the%20tests.,-Merge%20state) on Task 2. I moved {'REMOTE_USER":"test"} to headers and updated the testing backend auth accordingly. I'm not sure if this approach is proper here. It's working fine though. - Note: it's working fine on the main branch but I needed to change response.data.decode to response.text on the connexion v3 branch since I got the error "response doesn't have data attribute" -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
