Re: [DISCUSS] [statefun] resolve placeholders in module.yaml

2022-03-19 Thread Filip Karnicki
Hi Igal I created a jira and already started looking into what it would take to implement it. Please kindly assign it to me when you get the chance https://issues.apache.org/jira/browse/FLINK-26570 Thanks! Fil On Wed, 9 Mar 2022 at 15:08, Igal Shilman wrote: > Hello Fil, > I think that adding

Re: [DISCUSS] [statefun] resolve placeholders in module.yaml

2022-03-09 Thread Igal Shilman
Hello Fil, I think that adding a very simple interpolation mechanism for remote functions can be useful. And also your suggested place should be good. Can you create a JIRA issue with this description, and there we can continue the conversation and scope this? Thanks! Igal. On Mon, Mar 7, 2022 a

[DISCUSS] [statefun] resolve placeholders in module.yaml

2022-03-07 Thread Filip Karnicki
Hi, as far as I can tell, the way to provide a keystore/truststore password to the kafka ingress/egress config is to put it in plaintext in module.yaml, like so: kind: io.statefun.kafka.v1/ingressspec: #(...) properties:- ssl.truststore.password: changeme This isn't ideal and I think it wou