-
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 …
-
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…
-
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…
-
**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…
-
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.…
-
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…
-
**Is your feature request related to a problem? Please describe.**
Not related to a problem. As far as I know acls can be created via julie but only for the standard kafka acls authorizer and conflue…
-
Hi,
I don't find in the documentation the requirements regarding the ACLs for the KafkaUser used by AKHQ to access Kafka cluster.
In our experimentations we ended up with this configuration:
```
…
-
### 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 …
-
When deploying this project on Kafka cluster with existing users, we need a method to generate the Namespace from existing cluster data (topics, Acls, Connects, ...)
Create and Admin API endpoint t…