Secret rotation after a period of time

Hi all,

I would like to know if Vault can rotate secret (not database credentials) automatically after about 6 months (the time I choose) ?

Vault will be integrated with Python application.

If yes, could you please share me the document of this configuration.

Thank you all.

What kind of secret? If just a generic secret in a Vault KV secrets engine, then no, Vault can’t rotate it because there’s no way to define how it would calculate a new value.

Hello

Check out the below link - Painless Password Rotation with HashiCorp Vault - YouTube

by Sean Carolan.