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/26 18:54:00 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-13698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Gustafson resolved KAFKA-13698.
-------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>
> 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)