terraform-provider-kafka-connect
terraform-provider-kafka-connect copied to clipboard
Terraform provider for managing Apache Kafka Connect
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...
This PR adds support for configuring this provider to use HTTP [bearer authentication](https://swagger.io/docs/specification/authentication/bearer-authentication/) against the target Kafka Connect REST API endpoint, as an alternative to HTTP basic auth. I believe...
A nice to have would be to manage the state of the connectors.. This would be useful to also put certain connectors in paused state, and then reactivate later.
This seems to be the case, when the `config_sensitive` field isnt provided or used when creating resource, everytime the plan is run it will still show up as if theres...
Hi, Terraform plan was working fine when we add few number of connectors created thru terraform. But when I tried to deploy more number of connectors like above 160, its...
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
Hi team, Terraform apply showing inconsistent behaviour, even when it is able to create the connector successfully it throws error: Error: Create Connector : {"error_code":409, "message":"Connector-XX already exists"} Using latest...
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.10.1 to 2.21.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.21.0 NOTES: This Go module has been updated to Go 1.18 per the Go support policy. Any consumers...
All guides of using kafka connect say to run `./bin/connect-standalone` providing `connect-standalone.properties` and then connect using `url = "http://localhost:8083"`. However, I noticed that for configuring connectors via GUI interface Confluent...
We are currently using a JWT Authorizer to authenticate with our kafka cluster. In order to deploy to this cluster, adding bearer token authentication would allow for this to be...