diff --git a/docs/security.html b/docs/security.html index 599a47a6dd7..e5e55325450 100644 --- a/docs/security.html +++ b/docs/security.html @@ -920,7 +920,7 @@
Typical steps for delegation token usage are:
Tokens can be created by using AdminClient APIs or using kafka-delegation-token.sh script. +
Tokens can be created by using AdminClient APIs or using kafka-delegation-tokens.sh script. Delegation token requests (create/renew/expire/describe) should be issued only on SASL or SSL authenticated channels. Tokens can not be requests if the initial authentication is done through delegation token. - kafka-delegation-token.sh script examples are given below.
+ kafka-delegation-tokens.sh script examples are given below.Create a delegation token:
> bin/kafka-delegation-tokens.sh --bootstrap-server localhost:9092 --create --max-life-time-period -1 --command-config client.properties --renewer-principal User:user1