Is your feature request related to a problem? Please describe.
When I using consul_template to generate certificate from Vault PKI, I want to know explicit renew period. But in Vault, it is hard code inside calcuateGrace function.
Describe the solution you'd like
Set up grace period by configuration. Ratio or specific grace period(with some jitter internally) in PKI issue API (or globally).
Describe alternatives you've considered
Predict the period or using cron job.
Explain any additional use-cases
Maybe renewable credentials of Database.
Additional context
It might be useless when dealing with short period.
Is your feature request related to a problem? Please describe.
When I using consul_template to generate certificate from Vault PKI, I want to know explicit renew period. But in Vault, it is hard code inside
calcuateGracefunction.Describe the solution you'd like
Set up grace period by configuration. Ratio or specific grace period(with some jitter internally) in PKI issue API (or globally).
Describe alternatives you've considered
Predict the period or using cron job.
Explain any additional use-cases
Maybe renewable credentials of Database.
Additional context
It might be useless when dealing with short period.