Mongey / ksql

A barebones go client for interacting with Confluent's KSQL Server
13 stars 10 forks source link

Allow instantiating a client with a TLS Configuration #8

Open NickLarsenNZ opened 4 years ago

NickLarsenNZ commented 4 years ago

Use case: https://github.com/Mongey/terraform-provider-ksql/issues/9

Currently there are two functions to instantiate a client, both of which hide access to the HTTP client configuration.

It would be nice to be able to add a TL configuration (for example: path to CA certs, or to ignore TLS verification).

VanceLongwill commented 3 years ago

https://github.com/VanceLongwill/ksql-go#using-a-custom-http-client-for-authentication-etc