GrumpyCat51 commented on issue #49871: URL: https://github.com/apache/airflow/issues/49871#issuecomment-2835012691
> hey [@GrumpyCat51](https://github.com/GrumpyCat51) FYI it's a known issue that you can mitigate by setting `AIRFLOW__API_AUTH__JWT_SECRET` manually, as shown here: [#49646](https://github.com/apache/airflow/issues/49646) > > fix is yet to be implemented I've added this through ``` api_auth: jwt_secret: '2fn4z0DVXsj3z8p1qU5nfA' ``` but still always run into the 401 Unauthorized further down. I'm trying to investigate where the error comes from through adding more logging (and disabling certain steps) -- 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]
