stephen-bracken commented on code in PR #67214:
URL: https://github.com/apache/airflow/pull/67214#discussion_r3310498751
##########
airflow-core/src/airflow/api_fastapi/gunicorn_app.py:
##########
@@ -275,6 +276,8 @@ def create_gunicorn_app(
if ssl_cert and ssl_key:
options["certfile"] = ssl_cert
options["keyfile"] = ssl_key
+ if ssl_ca_file:
Review Comment:
FWIW the PR was focused on fixing the _client_ [certificate
verification](https://www.python-httpx.org/advanced/ssl/), however I agree that
adding proper mTLS support to the api is worthwhile and will implement the cert
reqs option.
--
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]