Hi All! I was wondering if there's a way to secure a remote function by requiring the client (flink) to use a client cert. Preferably a base64 encoded string from the env properties, but that might be asking for a lot :)
I had a look at the code, and NettySharedResources seems to use SslContextBuilder.forClient(), and doesn't really seem to deal with setting any kind of a keystore Also, I don't think that setting -Djavax.net.ssl.trustStore=path/to/truststore.jks does anything, since I keep getting 'unable to find valid certification path to requested target', while an exported .pem from my tuststore works fine as a CA in postman I'm happy to contribute some code if need be, just point me in the right direction Kind regards, Fil