You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (Jira)" <ji...@apache.org> on 2022/02/25 20:01:00 UTC

[jira] [Created] (KAFKA-13698) KRaft authorizer should check host address instead of name

Jason Gustafson created KAFKA-13698:
---------------------------------------

             Summary: KRaft authorizer should check host address instead of name
                 Key: KAFKA-13698
                 URL: https://issues.apache.org/jira/browse/KAFKA-13698
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson
            Assignee: Jason Gustafson


StandardAuthorizer currently uses `InetAddress.getHostName` to validate hosts specified by ACLs. It should use `InetAddress.getHostAddress` instead as we do in `AclAuthorizer`.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)