vault/builtin/logical/pki
Victor Rodriguez 51d3b79442
VAULT-444: Add PKI tidy-status endpoint. (#12885)
VAULT-444: Add PKI tidy-status endpoint.

Add metrics so that the PKI tidy status can be monitored using telemetry as well.

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
2021-11-02 11:12:49 -04:00
..
cmd/pki Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend_test.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
backend.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
ca_test.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
ca_util.go improvement: add signature_bits field to CA and signers (#11245) 2021-09-10 14:39:05 -07:00
cert_util_test.go Fix 1.8 regression preventing email addresses being used as common name within pki certificates (#12336) (#12716) 2021-10-04 14:02:47 -04:00
cert_util.go Add support for ed25519 (#11780) 2021-10-05 11:28:49 -04:00
crl_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
crl_util.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
fields.go Add support for ed25519 (#11780) 2021-10-05 11:28:49 -04:00
path_config_ca.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_config_crl.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_config_urls.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_fetch.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_intermediate.go Use the system rand reader for CA root and intermediate generation (#12559) 2021-09-15 11:59:12 -05:00
path_issue_sign.go Use the system rand reader for CA root and intermediate generation (#12559) 2021-09-15 11:59:12 -05:00
path_revoke.go builtin: deprecate errwrap.Wrapf() throughout (#11430) 2021-04-22 11:20:59 -04:00
path_roles_test.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
path_roles.go Add support for ed25519 (#11780) 2021-10-05 11:28:49 -04:00
path_root.go Flip the semantics of the matching key algorithms in sign-self-issued. (#12988) 2021-11-01 14:42:25 -05:00
path_tidy.go VAULT-444: Add PKI tidy-status endpoint. (#12885) 2021-11-02 11:12:49 -04:00
secret_certs.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
util.go Include and use normalizeSerial func 2017-05-03 10:12:58 -04:00