kyooosukedn commented on code in PR #3644: URL: https://github.com/apache/eventmesh/pull/3644#discussion_r1450971400
########## eventmesh-security-plugin/eventmesh-security-auth-token/src/main/java/org/apache/eventmesh/auth/token/impl/auth/AuthTokenUtils.java: ########## @@ -138,14 +74,44 @@ public static boolean authAccess(AclProperties aclProperties) { String topic = aclProperties.getTopic(); Object topics = aclProperties.getExtendedField("topics"); - + if (!(topics instanceof Set)) { Review Comment: Thanks for your review, will do :) -- 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: issues-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org For additional commands, e-mail: issues-h...@eventmesh.apache.org