conduktor / kafka-security-manager

Manage your Kafka ACL at scale
https://hub.docker.com/r/simplesteph/kafka-security-manager
MIT License
361 stars 159 forks source link

Unable to extract the ACLs to S3 #112

Closed ritheshrithu closed 3 years ago

ritheshrithu commented 3 years ago

Hi Team,I have deployed ksm in Kubernetes using helm. I am providing all the parameters for extracting,

I could see the ACLs are being printed in logs, but not in the S3.

Below are the parameters passed as env variables.

SOURCE_S3_REGION : EU SOURCE_S3_OBJECTKEY : kafka-security-manager/acls.csv SOURCE_S3_BUCKETNAME | xyz SOURCE_CLASS : io.conduktor.ksm.source.S3SourceAcl KSM_EXTRACT_FORMAT: csv KSM_EXTRACT_ENABLE : true AWS_SECRET_ACCESS_KEY : xyz AWS_ACCESS_KEY_ID : xyz AUTHORIZER_ZOOKEEPER_CONNECT: zoo:2181

Thanks in Advance.

Regards, Rithesh S

simplesteph commented 3 years ago

exporting is only done to the console, which you can then save as a CSV

https://github.com/conduktor/kafka-security-manager#extracting-acls