[ https://issues.apache.org/jira/browse/KAFKA-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418906#comment-15418906 ]
ASF GitHub Bot commented on KAFKA-4035: --------------------------------------- GitHub user omkreddy opened a pull request: https://github.com/apache/kafka/pull/1723 KAFKA-4035: AclCommand should allow Describe operation on groups You can merge this pull request into a Git repository by running: $ git pull https://github.com/omkreddy/kafka KAFKA-4035 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1723.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1723 ---- commit 88e41e849d8471c762b340e52360a68c668a514f Author: Manikumar Reddy O <manikumar.re...@gmail.com> Date: 2016-08-12T14:06:52Z KAFKA-4035: AclCommand should allow Describe operation on groups ---- > AclCommand should allow Describe operation on groups > ---------------------------------------------------- > > Key: KAFKA-4035 > URL: https://issues.apache.org/jira/browse/KAFKA-4035 > Project: Kafka > Issue Type: Bug > Reporter: Jun Rao > Assignee: Manikumar Reddy > > Currently, AclCommand stores the following mapping in > ResourceTypeToValidOperations. > Group -> Set(Read, All) > This prevents users from setting a Describe operation on a consumer group, > which is a valid combination. We should add Describe to the set. -- This message was sent by Atlassian JIRA (v6.3.4#6332)