stephen-bracken commented on code in PR #67214:
URL: https://github.com/apache/airflow/pull/67214#discussion_r3310181354
##########
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:
I am unsure of the value of using client certificates without using mTLS 😄
- will add this as a `use_mtls` config setting for the execution api as well
--
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]