pierrejeambrun opened a new pull request, #47562: URL: https://github.com/apache/airflow/pull/47562
The problem is that the router loader query (config) is done before the token handler gets a chance to actually handle the token. https://github.com/apache/airflow/pull/47487 introduces auth/perm on the config endpoint which will induce a 401 redirection loop. This moves the token handling to the axios interceptor, that will always be executed even on the router loader queries. -- 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]
