You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2020/02/06 16:45:35 UTC

[kafka] branch 2.3 updated: MINOR: Update authorization primitives in security.html (#7508)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch 2.3
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.3 by this push:
     new e404c82  MINOR: Update authorization primitives in security.html (#7508)
e404c82 is described below

commit e404c8286349ac56fd802198b601dffafe0c6f7c
Author: Mickael Maison <mi...@users.noreply.github.com>
AuthorDate: Thu Feb 6 16:44:48 2020 +0000

    MINOR: Update authorization primitives in security.html (#7508)
    
    Since 2.3, there are 2 new APIs: ElectPreferredLeaders and IncrementalAlterConfigs
---
 docs/security.html | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/security.html b/docs/security.html
index e5e5532..78ea899 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -1733,6 +1733,24 @@
             <td>Group</td>
             <td></td>
         </tr>
+        <tr>
+            <td>ELECT_PREFERRED_LEADERS (43)</td>
+            <td>ClusterAction</td>
+            <td>Cluster</td>
+            <td></td>
+        </tr>
+        <tr>
+            <td>INCREMENTAL_ALTER_CONFIGS (44)</td>
+            <td>AlterConfigs</td>
+            <td>Cluster</td>
+            <td>If broker configs are altered, then the broker will check cluster level privileges.</td>
+        </tr>
+        <tr>
+            <td>INCREMENTAL_ALTER_CONFIGS (44)</td>
+            <td>AlterConfigs</td>
+            <td>Topic</td>
+            <td>If topic configs are altered, then the broker will check topic level privileges.</td>
+        </tr>
         </tbody>
     </table>