Description
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.