You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by Mickael Maison <mi...@gmail.com> on 2018/04/05 16:21:46 UTC

[DISCUSS] KIP-282: Add the listener name to the authentication context

Hi all,

I have submitted KIP-282 to add the listener name to the authentication context:
https://cwiki.apache.org/confluence/display/KAFKA/KIP-282%3A+Add+the+listener+name+to+the+authentication+context

This is a very minor KIP to simplify identifying the source of a
connection instead of relying on parsing the client address when
building Principals.

Feedback and suggestions are welcome!

Thanks

Re: [DISCUSS] KIP-282: Add the listener name to the authentication context

Posted by Mickael Maison <mi...@gmail.com>.
I have not seen any replies yet =(

Considering how minor it is, if there are no objections I'll start a
vote in a few days

On Thu, Apr 5, 2018 at 5:21 PM, Mickael Maison <mi...@gmail.com> wrote:
> Hi all,
>
> I have submitted KIP-282 to add the listener name to the authentication context:
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-282%3A+Add+the+listener+name+to+the+authentication+context
>
> This is a very minor KIP to simplify identifying the source of a
> connection instead of relying on parsing the client address when
> building Principals.
>
> Feedback and suggestions are welcome!
>
> Thanks