You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/09/16 12:22:52 UTC

[GitHub] [kafka] agriffaut opened a new pull request, #12652: KAFKA-14236: ListGroups request too much Denied logs in authorizer

agriffaut opened a new pull request, #12652:
URL: https://github.com/apache/kafka/pull/12652

   Avoid `is Denied Operation` logs when calling ListGroups api, by adding `logIfDenied = false` to `authorize` calls.


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] hachikuji merged pull request #12652: KAFKA-14236: ListGroups produce too much Denied logs in authorizer

Posted by GitBox <gi...@apache.org>.
hachikuji merged PR #12652:
URL: https://github.com/apache/kafka/pull/12652


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] agriffaut commented on pull request #12652: KAFKA-14236: ListGroups produce too much Denied logs in authorizer

Posted by GitBox <gi...@apache.org>.
agriffaut commented on PR #12652:
URL: https://github.com/apache/kafka/pull/12652#issuecomment-1250047875

   Also, we may use `authHelper.filterByAuthorized` instead of `groups.filter(group => authHelper.authorize( ...`


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [kafka] agriffaut commented on pull request #12652: KAFKA-14236: ListGroups produce too much Denied logs in authorizer

Posted by GitBox <gi...@apache.org>.
agriffaut commented on PR #12652:
URL: https://github.com/apache/kafka/pull/12652#issuecomment-1250030904

   @hachikuji can you review that little change please ?
   It will save tons of unjustified logs entries


-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org