mimaison commented on code in PR #18519: URL: https://github.com/apache/kafka/pull/18519#discussion_r1930556570
########## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/secured/ConfigurationUtils.java: ########## @@ -152,6 +158,7 @@ public Long validateLong(String name, boolean isRequired, Long min) { * Validates that the configured URL that: * * <li> + * <ul>is in the allow-list</ul> Review Comment: Another nit, since we check this last in the method, let's add it to the end of this list (or move the allowlist check before the other validations) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org