Under which category would you file this issue?
Airflow Core
Apache Airflow version
3.3.0
What happened and how to reproduce it?
The command used to launch the API web server only allow a set of SSL options for Uvicorn & Gunicorn. Some are missing, including Uvicorn's ssl-ciphers in my case.
What you think should happen instead?
Uvicorn's ssl-ciphers and Gunicorn's ciphers options should be available for the API web server through the CLI args in api_server_command.py
Arguably, we should be able to overload any option on these server.
Operating System
Red Hat 9.8
Deployment
Virtualenv installation
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
Not Applicable
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Under which category would you file this issue?
Airflow Core
Apache Airflow version
3.3.0
What happened and how to reproduce it?
The command used to launch the API web server only allow a set of SSL options for Uvicorn & Gunicorn. Some are missing, including Uvicorn's
ssl-ciphersin my case.What you think should happen instead?
Uvicorn's
ssl-ciphersand Gunicorn'sciphersoptions should be available for the API web server through the CLI args in api_server_command.pyArguably, we should be able to overload any option on these server.
Operating System
Red Hat 9.8
Deployment
Virtualenv installation
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
No response
Official Helm Chart version
Not Applicable
Kubernetes Version
No response
Helm Chart configuration
No response
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct