What is the application flow when use vault?
Each request in vault retrieve values or information is collected in start-up? Or infrastructure collected the values for application?
When to use to create database secret, what the behavior when the ttl expires?
Is necessary the re-launch my application? Or my application create the state of my secret to manage the ttl?
What the Best practice or reference implementation?
Thanks