Ironankit525 opened a new pull request, #63058: URL: https://github.com/apache/airflow/pull/63058
This PR adds a 30s timeout to `requests.get` calls in the FAB security manager override when fetching JSON Web Key Sets (JWKS) from Authentik or Microsoft. ### Justification: Fetching JWKS is a fast metadata operation. If the remote server hangs, it will block the authentication process indefinitely, consuming worker resources. A 30-second timeout ensures it fails fast. Split from #63042 and closes #63033. -- 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]
