Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
3 years agoNotification for changes to vault contents with secrets automation?
Is there a mechanism to be notified when a new item is added, or when an existing item is updated or deleted in a vault. Such as an email or webhook?
I am not expecting any details per say as to w...
Former Member
3 years agoKubernetes is way too overkill for my needs (and too confusing to setup). I got a simple DigitalOcean droplet (VM) that runs my site.
My app pulls the secrets and caches them into memory. I can repull the secrets and update them in memory at anytime with a simple shell command and right now I am running that via cron every 15min and with every new deployment. If there is an urgent need to update something right away I have to ssh in to run that command manually.
A web hook could simplify this as I could use that to trigger the app to repull the secrets instead of the cron approach which is wasteful as 99% of the time the secrets are the same and it lags behind when there actually is an update.
Please keep me up to date though if this gets added.