nirousseau commented on issue #8019: Custom Kubernetes Executor SSL CA CERTIFICATE by Configuration URL: https://github.com/apache/airflow/issues/8019#issuecomment-606142230 I would be very happy to contribute to the project, to my mind, this issue can be resolved by adding my configuration line around this : [executors/kubernetes_executor.py#L70](https://github.com/apache/airflow/blob/master/airflow/executors/kubernetes_executor.py#L70). something of the form : self.ssl_ca_cert = conf.get(self.kubernetes_section, 'ssl_ca_cert') But I don't see the entrypoint for notifying the underlying kubernetes client to use the new `ssl_ca_cert` var 😢
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
