diff --git a/docs/security.html b/docs/security.html
index 28c506c7c0e..599a47a6dd7 100644
--- a/docs/security.html
+++ b/docs/security.html
@@ -1134,6 +1134,18 @@
|
ResourcePattern |
+
+ --transactional-id [transactional-id] |
+ The transactionalId to which ACLs should be added or removed. A value of * indicates the ACLs should apply to all transactionalIds. |
+ |
+ ResourcePattern |
+
+
+ --delegation-token [delegation-token] |
+ Delegation token to which ACLs should be added or removed. A value of * indicates ACL should apply to all tokens. |
+ |
+ ResourcePattern |
+
--resource-pattern-type [pattern-type] |
Indicates to the script the type of resource pattern, (for --add), or resource pattern filter, (for --list and --remove), the user wishes to use.
@@ -1179,7 +1191,21 @@
|
--operation |
Operation that will be allowed or denied.
- Valid values are : Read, Write, Create, Delete, Alter, Describe, ClusterAction, All |
+ Valid values are:
+
+ - Read
+ - Write
+ - Create
+ - Delete
+ - Alter
+ - Describe
+ - ClusterAction
+ - DescribeConfigs
+ - AlterConfigs
+ - IdempotentWrite
+ - All
+
+
All |
Operation |
@@ -1197,6 +1223,14 @@
|
Convenience |
+
+ --idempotent |
+ Enable idempotence for the producer. This should be used in combination with the --producer option.
+ Note that idempotence is enabled automatically if the producer is authorized to a particular transactional-id.
+ |
+ |
+ Convenience |
+
--force |
Convenience option to assume yes to all queries and do not prompt. |