Mongey / ksql

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

Allow adding Basic Auth credentials to the client #9

Open NickLarsenNZ opened 4 years ago

NickLarsenNZ commented 4 years ago

Currently there is no obvious way to add Authorization headers to requests. From what I can see KSQL supports Basic Auth.

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

VanceLongwill commented 3 years ago

@NickLarsenNZ I've recently been working on a ksql client which supports this:

https://github.com/VanceLongwill/ksql-go#http-basic-auth