ripple / vault-pki-formula

SaltStack formula to issue and update certificates using Hashicorp's Vault.
Apache License 2.0
23 stars 15 forks source link

Make certificate version trivially monitor-able #6

Open dmwilcox opened 5 years ago

dmwilcox commented 5 years ago

There is no good way to fetch the currently active cert version, when it was rotated in and how long it has left. At least a couple of these issues can be addressed quickly using the Prometheus textfile exposition format.

Goal: make it easy to write a post-activate script to export version and maybe timestamp for Prometheus collection.

dmwilcox commented 5 years ago

Addressed by PR #7