Re: Where to specify trust.jks

2023-05-20 Thread Yu Watanabe
Hello. Another solution might be putting it inside the custom container. I use it for testing ElasticsearchIO with TLS session. https://beam.apache.org/documentation/runtime/environments/ https://cloud.google.com/dataflow/docs/guides/using-custom-containers Below is a dockerfile example https://

Re: Where to specify trust.jks

2023-05-18 Thread Pablo Estrada via user
Hi Utkarsh, you can pass a path in GCS (or a filesystem), and the workers should be able to download it onto themselves. You'd pass `gs://my-bucket-name/path/to/trust.jks`. Can you try that? Best -P. On Wed, May 10, 2023 at 1:58 PM Utkarsh Parekh wrote: > Hi, > > I'm testing a streaming app usin