waterWang opened a new pull request, #71433: URL: https://github.com/apache/airflow/pull/71433
### Description Adds support for Uvicorn `ssl_ciphers` and Gunicorn `ciphers` configuration options, allowing users to specify allowed SSL ciphers for the Airflow API server. ### Changes - `cli_config.py`: Add `ARG_SSL_CIPHERS` CLI argument (`--ssl-ciphers`) - `config.yml`: Add `ssl_ciphers` config option under `[api]` section - `api_server_command.py`: Pass `ssl_ciphers` to Uvicorn as `ssl_ciphers` kwarg and to Gunicorn via `create_gunicorn_app` - `gunicorn_app.py`: Accept `ssl_ciphers` parameter and set `options["ciphers"]` - `test_api_server_command.py`: Add test coverage for `--ssl-ciphers` option ### Related Issue Closes: #71426 -- 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]
