smartloli / EFAK

A easy and high-performance monitoring system, for comprehensive monitoring and management of kafka cluster.
https://www.kafka-eagle.org/
Apache License 2.0
3.08k stars 777 forks source link

Kafka的用户账号和权限管理能否加到Kafka Eagle里边 #395

Open wuwba opened 4 years ago

wuwba commented 4 years ago

目前Kafka新建账号和ACL,需要通过脚本的方式,不是很方便 ./kafka-configs.sh --zookeeper ip:2181--alter --add-config 'SCRAM-SHA-256=[iterations=8192,password=mhwPWWmz],SCRAM-SHA-512=[password=mhwPWWmz]' --entity-type users --entity-name username ./kafka-acls.sh --authorizer kafka.security.auth.SimpleAclAuthorizer --authorizer-properties zookeeper.connect=ip:2181--add --allow-principal User:kaf_username--operation Read --topic topic_name。

目前Kafka Eagle里边已经有了Topic相关的信息,有没有可能在Kafka Eagle Web界面上把账号和ACL相关的功能加入进去,减少登录OS操作的复杂性和易错性。

smartloli commented 4 years ago

Good suggestion. We should consider adding it to roadmap.