doomsday icon indicating copy to clipboard operation
doomsday copied to clipboard

x509 certificate expiration monitoring

Results 21 doomsday issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200520004742-59133d7f0dd7 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20200520004742-59133d7f0dd7&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190308221718-c2843e01d9a2 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20190308221718-c2843e01d9a2&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

right now, it just has `base_path` as the path configuration option. If `base_paths` is implemented, the List() function should enumerate values under each of them. - [ ] add `base_paths`...

Uses the new /deployed/certificates endpoint for enumeration and then gets the credentials directly without requiring the old enumeration of products for every call. Tested on OpsMan v2.8+ and v2.10+.

It would be really great if notifications could be sent different shout targets based on the path of the expired certs. This is mainly because groups of certs are handled...

Could it be possible to group certs by the `safe` path in the UI? * Click on `secret/c/ops/vault` and get all the Vault certs. * Click on `secret/c/ops/bosh` and get...

Vault should return the Vault's certificate. Credhub should return the Credhub's certificate Ops Manager should return the Ops Manager's certificate

cool web things have favicons. we wanna be cool too.

Certs that aren't expiring for a long time are less likely to be renewed at any given moment. So after we perform a list, if we know about some of...

we currently support parsing through JSON and YAML. Also support parsing HCL (Hashicorp) for Terraform files or Vault config files. At this point, we'd be chaining multiple parsing modes and...