hashicorp / vault

A tool for secrets management, encryption as a service, and privileged access management
https://www.vaultproject.io/
Other
30.92k stars 4.18k forks source link

Support alerts and notifications when any type of secret is expiring #11819

Open alan-czajkowski opened 3 years ago

alan-czajkowski commented 3 years ago

Is your feature request related to a problem? Please describe.

When a password or cert (i.e. SSL cert) is expiring there is no feature to configure an alert/notification that notifies users of the upcoming expiry.

Describe the solution you'd like

Alerting and notifications should primarily support email notifications, and secondarily support Slack notifications, MS Teams notifications, SMS notifications, etc.

vishalnayak commented 3 years ago

@alan-czajkowski At this point in time, we don't have such a thing on our roadmap. Sorry.

alan-czajkowski commented 3 years ago

@vishalnayak the point of a "feature request" is so that it is added to the roadmap :)

zuekut commented 2 years ago

I know this is a year-old thread, but I am also facing a similar use case, where an operations person needs to monitor the expiration time of secrets across multiple environments so that he knows when to rotate them. @alan-czajkowski did you get around to resolving this issue in a different fashion? Is it potentially possible via Grafana?