Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Automatically rotation of secrets in google secret manager.

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

0 2 656
2 REPLIES 2

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

Top Labels in this Space
Top Solution Authors