Manikumar created KAFKA-7694: -------------------------------- Summary: Support ZooKeeper based master/secret key management for delegation tokens Key: KAFKA-7694 URL: https://issues.apache.org/jira/browse/KAFKA-7694 Project: Kafka Issue Type: Sub-task Reporter: Manikumar
Master/secret key is used to generate and verify delegation tokens. currently, master key/secret is stored as plain text in server.properties config file. Same key must be configured across all the brokers. We require a re-deployment when the secret needs to be rotated. This JIRA is to explore and implement a ZooKeeper based master/secret key management to automate secret key generation and expiration. -- This message was sent by Atlassian JIRA (v7.6.3#76005)