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

Manikumar commented on KAFKA-6801:
----------------------------------

For PLAINTEXT connections, the principal will be ANONYMOUS. You can create ACLs 
to deny access to ANONYMOUS user.

> Restrict Consumer to fetch data from secure port only, and deny from 
> non-secure port.
> -------------------------------------------------------------------------------------
>
>                 Key: KAFKA-6801
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6801
>             Project: Kafka
>          Issue Type: Task
>          Components: admin, config, consumer, security
>    Affects Versions: 0.10.2.1
>            Reporter: VinayKumar
>            Priority: Major
>
> I have listeners configured with 2 ports as below:  (9092 -> Plaintext, 9092 
> -> SASL_PLAIN)
> listeners=PLAINTEXT://:9092, SASL_PLAIN://:9093
> For a topic, I want restrict Consumers to consume data from 9093 port only, 
> and consuming data from 9092 port should be denied.
> I've gone through ACL concept, but haven't seen an option to restrict 
> Consumer pulling data from non-secure port (in this case- 9092)
> Can someone please let me know if this is configurable ?
> Can my requirement be fulfilled. Please provide necessary info.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to