AutomationDev85 opened a new pull request, #44732: URL: https://github.com/apache/airflow/pull/44732
# Description If Airflow deployment runs on none default base url the Edge worker api auth fails. The Edge worker api auth compares the method names which include the url path. But auth does not know on which sub url it is running. Auth detects a mismatch and blocks the request. # Details about changes * Edge worker uses pure method name (url path without base url) * Edge worker api auth compares method name without using the url_prefix -- 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]
