-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create kafka-acl at Cluster level for Confluent Cloud #81
Comments
Bug confirmed, hereby the debug log: values removed for security reasons. 2021/06/22 09:37:43 [WARN] Provider "registry.terraform.io/mongey/kafka" produced an invalid plan for kafka_acl.test_acl_cluster, but we are tolerating it because it is using the legacy plugin SDK. |
I think the problem is at resource_type must be "kafka-cluster". There is an issue with resolution under terraform-provider-kafka Mongey/terraform-provider-kafka#155 |
That means we really cannot use it for confluent cloud right until that issue is resolved. For confluent cloud, we will want to give cluster level access to a specific named cluster |
I think here |
Hi,
I tried to create a Cluster level Acl, using the following instructions:
For the resource name neither the Cluster Id nor the Cluster Name worked.
I get the following exception:
Error: kafka server: This most likely occurs because of a request being malformed by the client library or the message was sent to an incompatible broker. See the broker logs for more details.
│
│ with kafka_acl.LicenTopicAcl-Cluster-Create,
│ on license-topic-acls.tf line 48, in resource "kafka_acl" "LicenTopicAcl-Cluster-Create":
│ 48: resource "kafka_acl" "LicenTopicAcl-Cluster-Create" {
│
Can you please confirm what is wrong in the format of the message?
The text was updated successfully, but these errors were encountered: