Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current state["DISCUSSION"]. 

Discussion thread: here

JIRA: KAFKA-1696 

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

The secret is used to generate and verify delegation tokens. This is supplied using config option. This masterKey secret needs to be configured with all the brokers. The current proposal does not support rotation of masterKeysecret. We  require a requires a re-deployment when the masterKeysecret needs to be rotated.

Token acquisition

...

Code Block
languagejava
title Delegation Token Details
// SCRAM credentials for tokenID token123: Zookeeper persistence path /tokenauth/tokens/token123
{
   "version":1,
   "owner" : "owner",
   "renewer" : "renewer",
   "issueDate" : "issueDate",
   "tokenUID" : "tokenUID"
};

...