Storing Kafka license in Vault

We have a requirement to store Kafka license information in Vault. Is there any related documentation to give some direction how to achieve it ? Thanks

You could use tools like consul-template, Vault Kubernetes Operator / Nomad to template the server.properties file. Otherwise, you’ll need to write a simple shell script around vault kv get when running Kafka, and the license credential will still exist on disk, as plaintext