Hi All,
I am trying to rotate secrets automatically in periodically on google secret manger. Please let me now if there is docs for the same.
Thanks
Anand-OvifhiwrhioHI
Secrets manager does support create secrets with a rotation policy, check this doc [1]
You should also put in a place a mechanism to reload or restart your apps when the secrets are rotated, you can using PubSub notification (explained in the same doc) for this
[https://cloud.google.com/secret-manager/docs/secret-rotation]
As my colleague mentioned above, is not possible to `create` secret automatically but you can setup a `notification` schedule for letting you know when time comes to change your secret.
In addition, I found some guides for you to check out regarding our recommendations about rotating secrets [1]
[1] https://cloud.google.com/secret-manager/docs/rotation-recommendations