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:50:13 UTC

kafka-site git commit: trivial fix to authorization CLI table

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 7f47d1901 -> 1bc5cd91c


trivial fix to authorization CLI table


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

Branch: refs/heads/asf-site
Commit: 1bc5cd91cf0284b71061c628b30efffea51e153d
Parents: 7f47d19
Author: Jun Rao <ju...@gmail.com>
Authored: Fri Feb 19 09:50:05 2016 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Fri Feb 19 09:50:05 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/1bc5cd91/090/security.html
----------------------------------------------------------------------
diff --git a/090/security.html b/090/security.html
index f348798..c5ea324 100644
--- a/090/security.html
+++ b/090/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>