hussein-awala opened a new pull request, #30048: URL: https://github.com/apache/airflow/pull/30048
closes: #8019 --- The K8S client verifies the server’s SSL certificate by default, using the system’s trusted CA certificates. If we use a self-signed certificate, the only solution we have now is disabling SSL verification by setting the `verify_ssl` parameter to `False`. However, this is not recommended for production environments. This PR add a new Airflow conf `ssl_ca_cert`, which is a path to the certificate file we want to use in the API client to verify the server's SSL certificate when establishing a secure connection (when `verify_ssl` is not False). -- 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]
