Re: Securing Stateful Functions

2021-10-15 Thread Igal Shilman
Hi Mark, For communicating with remote functions we use the default trust manager, so I believe that if you add the self signed certificate to the container the JVM will pick it up automatically. I haven't done it myself, but I've found this blog post that explains how to do it [1] Let me know if

Securing Stateful Functions

2021-10-15 Thread mark
Hello, My team needs to apply (currently self-signed) HTTPS certificates to our Stateful Function endpoints. Is this currently possible? I can't find any examples in the playground, or information in the online documentation. We are using Remote Stateful Functions and a custom, Java-based `org.apa