-
Hello everybody, I'm currently testing ksqldb-server and have some issues connecting ksqldb to a managed Kafka cluster (MSK) that uses ACLs. Specifically, there seems to be a problem when writing to t…
-
### Issue submitter TODO list
- [X] I've searched for an already existing issues [here](https://github.com/provectus/kafka-ui/issues)
- [X] I'm running a supported version of the application which is…
-
As far as I understand users and ACLs are in 2 separate sections:
```
users:
my-test-user:
principal: User:my-test-user
customUserAcls:
my-test-user:
read-all-kafka:
name: ka…
-
Hi @keunlee
Thanks for putting this together. Are these ACLs described in Keycloak stored or cached in Kafka?
I notice when I got inside the Kafka cluster and run ./kafka-acls.sh --bootstrap-se…
-
* aws-msk-iam-sasl-signer-python version:1.0.1
* Python version:3.11
* Operating System: Linux docker
* Method of installation:
* Kafka library name: confluent-kafka
* Kafka library version: 2.4…
-
Suppose, I have two clients A and B. and two topics T1 and T2.
**Client A** want to send the message on **topic T1**. But he should not able to send message on **topic T2** .
**Client B** want t…
-
Currently, the `KeycloakAuthorizer` allows method invocations to be deleted to either a `StandardAuthorizer` or an `AclAuthorizer`, depending on whether a Kafka cluster is running in KRaft mode. There…
-
I am seeing below EOF issue when I try to create ACLs on kafka cluster, I am suing terraform12
error
```
Error: EOF
on kafka_acls.tf line 9, in resource "kafka_acl" "test":
9: resource "…
-
### What
By default, TF provider retries 4 times on 5xx / 429 errors from the backend but when it ultimately fails it returns an error message similar to
```
Error: error reading Kafka ACLs: Get "h…
-
Hello,
In your roadmap I don't see anything about user/service-accounts and there ACL's.
We are using local user and need to create them on the go with IAC.
Having TF ressources to manage them w…