Re: ssl certificate reload capabilities

2025-03-26 Thread Gabor Somogyi
Hi Nicolas, As I've suggested in the jira too a FLIP would be required because this is touching the hearth of the Flink authentication logic. In general +1 from my side to have such functionality just like we have in the operator. BR, G On Mon, Mar 10, 2025 at 9:49 AM Nicolas Fraison < nicolas.

Re: ssl certificate reload capabilities

2025-03-10 Thread Nicolas Fraison via user
Hi Gabor, I have this draft PR (https://github.com/ashangit/flink/pull/2) to enable certificate reload on Flink (still need to implement unittest). Would be nice if you could throw an eye on it and let me know if it will be possible to merge it to Flink and how I should proceed (just push a PR to

Re: ssl certificate reload capabilities

2025-02-10 Thread Gabor Somogyi
Hi Nicolas, This is only supported by the operator but not by Flink. It's on my list but not yet reached this to actually do it. BR, G On Mon, Feb 10, 2025 at 10:41 AM Nicolas Fraison via user < user@flink.apache.org> wrote: > Hi, > > We are looking into enabling SSL on our flink jobs. > Follo

ssl certificate reload capabilities

2025-02-10 Thread Nicolas Fraison via user
Hi, We are looking into enabling SSL on our flink jobs. Following the flink documentation https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/security/security-ssl/ is working fine but we have a specific constraint with ssl certificates having only a one day validity. Due to that