Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

ranger-kafka-plugin no kerbers question

avatar
New Member

when I install ranger-kafka-plugin,I encounter some question.

this username is ANONYMOUS,Anybody can help me resolve this problem.

9543-734477542927497291.png

9545-878820618322836093.png

1 ACCEPTED SOLUTION

avatar
Super Guru

Hi @Xiong Duan

  • Kafka can’t assert the identity of client user over a non-secure channel. Thus, Kafka treats all users for such access as an anonymous user (a special user literally named ANONYMOUS).
  • Ranger's public user group is a means to model all users which, of course, includes this anonymous user (ANONYMOUS).

Please check below link for details - https://cwiki.apache.org/confluence/display/RANGER/Kafka+Plugin

View solution in original post

2 REPLIES 2

avatar
Super Guru

Hi @Xiong Duan

  • Kafka can’t assert the identity of client user over a non-secure channel. Thus, Kafka treats all users for such access as an anonymous user (a special user literally named ANONYMOUS).
  • Ranger's public user group is a means to model all users which, of course, includes this anonymous user (ANONYMOUS).

Please check below link for details - https://cwiki.apache.org/confluence/display/RANGER/Kafka+Plugin

avatar
New Member

Thank you