logstash-plugins / logstash-integration-kafka

Kafka Integration for Logstash, providing Input and Output Plugins
Apache License 2.0
32 stars 60 forks source link

Schema registration authentication methods #89

Closed cmontois closed 2 years ago

cmontois commented 3 years ago

I would like to be able to change the authentication method to the schema registry using the following kafka configuration property (basic.auth.credentials.source) (cf https://docs.confluent.io/platform/current/security/basic-auth.html#schema-registry)

If you want more details about this I don't see how i can set this parameters today using this plugin. I need to use USER_INFO instead of URL (set by default here).

robbavey commented 3 years ago

I believe this should have been fixed by #94. Can you try upgrading the plugin to the latest version (10.8.0) and see if this works for you.