Skip to content
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

Supporting Kafka versions and listing ACL #1767

Closed
BestChinchilla opened this issue Mar 27, 2022 · 3 comments
Closed

Supporting Kafka versions and listing ACL #1767

BestChinchilla opened this issue Mar 27, 2022 · 3 comments
Labels
status/duplicate This issue or pull request already exists

Comments

@BestChinchilla
Copy link

What versions of Kafka are supported?
Is listing topic ACLs supported?

I installed kafka-ui via docker-compose on on-prem Kafka 3.1.0 with SASL_SSL + PLAIN and user is in super.users list, but I can't list ACLs of my topics

OS: Oracle Linux Server release 8.5
Docker: 20.10.13
docker-compose: v2.3.3

compose.yml:

---
version: "3.4"
services:
  kafka-ui:
    container_name: kafka-ui
    image: provectuslabs/kafka-ui:latest
    ports:
      - 8080:8080
    environment:
      KAFKA_CLUSTERS_0_NAME: kafka-cluster
      KAFKA_CLUSTERS_0_PROPERTIES_SECURITY_PROTOCOL: SASL_SSL
      KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: hostname.domain.local:9093 # SSL LISTENER!
      KAFKA_CLUSTERS_0_ZOOKEEPER: hostname.domain.local:2181
      KAFKA_CLUSTERS_0_PROPERTIES_SSL_TRUSTSTORE_LOCATION: /client.truststore.jks
      KAFKA_CLUSTERS_0_PROPERTIES_SSL_TRUSTSTORE_PASSWORD: password
      KAFKA_CLUSTERS_0_PROPERTIES_SASL_MECHANISM: PLAIN
      KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG: 'org.apache.kafka.common.security.plain.PlainLoginModule required username="admin" password="admin-secret";'
    volumes:
      - /opt/kafka/ssl/client.truststore.jks:/client.truststore.jks
@BestChinchilla BestChinchilla added status/triage Issues pending maintainers triage type/bug Something isn't working labels Mar 27, 2022
@github-actions
Copy link

Hello there BestChinchilla! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@iliax
Copy link
Contributor

iliax commented Mar 28, 2022

Hi @BestChinchilla.
What do you mean under "can't list ACLs of my topics" ? Currently kafka-ui doesn't provide ACLs viewing/editing. We plan to implement it in next release.

@Haarolean
Copy link
Contributor

Hey @BestChinchilla , thanks for reaching out.

What versions of Kafka are supported?
Can't give you a determined list, but your case (3.1.0) is supported.

Is listing topic ACLs supported?
As @iliax said, that's gonna be implemented in 0.5 (#124). Feel free to leave a reaction in that issue so we can prioritise it.
If you have any questions, don't hesitate to ask them either here or in our discord (the link is available in readme).

@Haarolean Haarolean added status/duplicate This issue or pull request already exists and removed type/bug Something isn't working status/triage Issues pending maintainers triage labels Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants