You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2016/02/19 18:41:50 UTC

kafka git commit: trivial fix to authorization CLI table

Repository: kafka
Updated Branches:
  refs/heads/trunk 45c8195fa -> 5caa800e2


trivial fix to authorization CLI table


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/5caa800e
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/5caa800e
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/5caa800e

Branch: refs/heads/trunk
Commit: 5caa800e217c6b83f62ee3e6b5f02f56e331b309
Parents: 45c8195
Author: Jun Rao <ju...@gmail.com>
Authored: Fri Feb 19 09:40:59 2016 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Fri Feb 19 09:41:37 2016 -0800

----------------------------------------------------------------------
 docs/security.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/5caa800e/docs/security.html
----------------------------------------------------------------------
diff --git a/docs/security.html b/docs/security.html
index de282a7..a2e7816 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -457,6 +457,7 @@ Kafka Authorization management CLI can be found under bin directory with all the
         <td>--consumer</td>
         <td> Convenience option to add/remove acls for consumer role. This will generate acls that allows READ,
             DESCRIBE on topic and READ on consumer-group.</td>
+        <td></td>
         <td>Convenience</td>
     </tr>
 </tbody></table>