terraform-provider-kafka-connect
terraform-provider-kafka-connect copied to clipboard
Add support for additional arbitrary HTTP headers
Like https://github.com/Mongey/terraform-provider-kafka-connect/pull/81 but without anything specific to bearer token auth.
This just adds a new headers
(previously called extra_headers
in #81) provider config, which is a Map[String]String
and allows you to inject additional HTTP headers to be sent along to the Kafka Connect REST API.