Re: Certificate rotation when using SSL

2022-12-16 Thread Steve Niemitz
I ended up submitting a PR that allows operators to implement rotation and more complicated TLS setups: https://github.com/apache/flink/pull/21457 On Fri, Dec 16, 2022 at 8:37 AM Őrhidi Mátyás wrote: > We've added something similar to the FKO: > https://github.com/apache/flink-kubernetes-operato

Re: Certificate rotation when using SSL

2022-12-16 Thread Őrhidi Mátyás
We've added something similar to the FKO: https://github.com/apache/flink-kubernetes-operator/pull/364 Best, Matyas On Fri, Dec 16, 2022 at 5:11 AM Martijn Visser wrote: > Hi Steve, > > I don't think that Flink has added support for certificate rotation. It > would be quite a nice feature if so

Re: Certificate rotation when using SSL

2022-12-16 Thread Martijn Visser
Hi Steve, I don't think that Flink has added support for certificate rotation. It would be quite a nice feature if someone could contribute to it. Best regards, Martijn On Fri, Dec 2, 2022 at 3:51 PM Steve Niemitz wrote: > We're investigating using internal SSL for our flink deployments, but

Certificate rotation when using SSL

2022-12-02 Thread Steve Niemitz
We're investigating using internal SSL for our flink deployments, but I'm curious how it handles cases where the certificates expire while a job is running. We run a key distribution infrastructure with client/server keys that expire fairly quickly (~days), so for example, long-running streaming j