GoogleCloudPlatform / DataflowTemplates

Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
https://cloud.google.com/dataflow/docs/guides/templates/provided-templates
Apache License 2.0
1.15k stars 967 forks source link

Kafka to BigQuery with SSL #180

Open matheusjerico opened 4 years ago

matheusjerico commented 4 years ago

How I can use kafka to bigquery template (https://github.com/GoogleCloudPlatform/DataflowTemplates/tree/master/v2/kafka-to-bigquery or https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/dataflow/flex-templates/kafka_to_bigquery) with SSL Kafka?

I didn't find any configuration to pass SSL files (truststore/keystore) to template.

How I can make this configuration?

sabhyankar commented 4 years ago

We are working on releasing a Kafka template that supports additional security capabilities including SSL and Kerberos. This should be available in this repo later in this quarter.

matheusjerico commented 4 years ago

@sabhyankar Thanks!

orensham commented 3 years ago

@matheusjerico https://github.com/doitintl/dataflow-kafka-to-bq

Ozzyz commented 2 years ago

@sabhyankar any updates on this? Has it been implemented? Found this, but not sure if it covers OPs needs

dodywicahyo commented 2 years ago

Any update? Just wonder to change default security.protocol=PLAINTEXT to SSL

nosovk commented 1 year ago

@dodywicahyo do you managed to solve an issue somehow?

jasmas commented 5 months ago

https://cloud.google.com/dataflow/docs/guides/templates/ssl-certificates

nosovk commented 5 months ago

https://cloud.google.com/dataflow/docs/guides/templates/ssl-certificates

as I see - no kafka support

jasmas commented 5 months ago

https://cloud.google.com/dataflow/docs/guides/templates/ssl-certificates

as I see - no kafka support

This tells you how to store and use the cert chain with dataflow. Everything else about how to use it is documented in org.apache.kafka.