Hello,
I’m wondering if there was a way to generate a random value on access if a key doesn’t exist in Vault. My use-case would be to automate creation of environments on Kubernetes. Using the CSI Driver, I would like to generate a secret key for applications and other credentials that can be a random value (for example a staging MySQL server deployed inside the cluster).
I’ve found some information regarding RabbitMQ, but it seems like it still required manual intervention to actually generate the password.
Thank you ![]()