mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
* Address some small issues within pki health-check - Notify user yaml output mode is not support with --list argument - Output pure JSON in json output mode with --list argument - If a checker returns a nil response, convert to an empty slice - Add handler for permission errors to too many certs checker - Add checks for permission issues within hardware_backed_root and root_issued_leaves * Identify the role that contained the permission issue in role based checks - Augument the role health checks to identify the role(s) that we have insufficient permissions to read instead of an overall read failure - Treat the failure to list roles as a complete failure for the check |
||
---|---|---|
.. | ||
healthcheck.go | ||
pki_allow_if_modified_since.go | ||
pki_audit_visibility.go | ||
pki_ca_validity_period.go | ||
pki_crl_validity_period.go | ||
pki_enable_auto_tidy.go | ||
pki_hardware_backed_root.go | ||
pki_role_allows_glob_wildcards.go | ||
pki_role_allows_localhost.go | ||
pki_role_no_store_false.go | ||
pki_root_issued_leaves.go | ||
pki_tidy_last_run.go | ||
pki_too_many_certs.go | ||
pki.go | ||
shared.go | ||
util.go |