You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2016/07/28 14:11:20 UTC

[jira] [Comment Edited] (CAMEL-10196) Camel KAfka doesn't support SASL_PLAINTEXT security protocol

    [ https://issues.apache.org/jira/browse/CAMEL-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397575#comment-15397575 ] 

Andrea Cosentino edited comment on CAMEL-10196 at 7/28/16 2:10 PM:
-------------------------------------------------------------------

The sasl.mechanism property was introduced in 0.10.0.0 with

https://issues.apache.org/jira/browse/KAFKA-3149 

So this is not a problem for 2.17.2. In Kafka 0.9.0.1 the only supported SASL Mechanism is SASL/GSSAPI using Kerberos and it does not allow other SASL mechanisms to be plugged in.

https://cwiki.apache.org/confluence/display/KAFKA/KIP-43%3A+Kafka+SASL+enhancements


was (Author: ancosen):
The sasl.mechanism property was introduced in

https://issues.apache.org/jira/browse/KAFKA-3149 

So this is not a problem for 2.17.2. In Kafka 0.9.0.1 the only supported SASL Mechanism is SASL/GSSAPI using Kerberos and it does not allow other SASL mechanisms to be plugged in.

https://cwiki.apache.org/confluence/display/KAFKA/KIP-43%3A+Kafka+SASL+enhancements

> Camel KAfka doesn't support SASL_PLAINTEXT security protocol
> ------------------------------------------------------------
>
>                 Key: CAMEL-10196
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10196
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>    Affects Versions: 2.18.0
>            Reporter: Oliver Holzmann
>            Assignee: Andrea Cosentino
>             Fix For: 2.18.0
>
>
> I try to use plain SASL client authentication. I can set {{securityProtocol=SASL_PLAINTEXT}} but it is not possible to set sasl mechanism to {{PLAIN}} via camel endpoint configuration. Thus the default from {{org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_MECHANISM=GSSAPI_MECHANISM}} is used. 
> It should be possible to set something like {{saslMechanism=PLAIN}} in kafka endpoint configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)