-
Similar to managing Kafka cluster ACLs in Terraform with the resource [confluent_kafka_acl](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/resources/confluent_kafka_acl).
…
-
**Is your feature request related to a problem? Please describe.**
Given a multi-tenant Kafka cluster with ACLs per tenant based on prefixes, running ksqldb server should not require new ACLs.
Exa…
-
We’ve deployed Confluent Kafka with the cp-ansible codebase in our dev environment and it’s working well. Now, we’re planning to add some sasl scram users and align ACLs for them. To achieve this, we …
-
At the moment, the Authorizer is only designed for read-only capabilities. Though, create/delete ACLs is replying with an empty list and logging the error.
As a client calling these operations ther…
-
## Use Case
As a developer i want to see what exchanges, queues, bindings and consumers i have for a service in my RabbitMQ clusters.
## Summary
I leave this issue here for myself as a remin…
-
In traditional ACL client (embedded kafka-acls.sh) it is possible to define host parameter (ip address) that ACL will affect to.
ACL for resource options:
- principal
- host
- operation
- permi…
-
### Is your proposal related to a problem?
In some environments the kafka cluster is integrated with external identity provider (Active Directory or LDAP) and Web UI (kafka-ui) should apply the same …
-
Hi @Mongey ,
thank you for amazing tool. we're seeing an issue when we try to create a new resource, or update the resource its trying to destroying existing acls and creating new acls. is there an…
-
Hi Confluent team!
I have a question/feature request/conversation that I would like to start.
Would it be possible for this Terraform provider to support a **list** of principals for a given `conf…
-
Kafka is phasing out Zookeeper. All actions in Kafka are done via Kafka API and don't require direct connection to Zookeeper.
However CMAK still relies on defining Zookeeper as connection endpoint.…