vault/command/healthcheck
Steven Clark d08bf5616d
Address some small issues within pki health-check (#19295)
* 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
2023-02-24 13:00:09 -05:00
..
healthcheck.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_allow_if_modified_since.go Handle permission issue on pki health-check tune checkers (#19276) 2023-02-22 09:01:29 -05:00
pki_audit_visibility.go Handle permission issue on pki health-check tune checkers (#19276) 2023-02-22 09:01:29 -05:00
pki_ca_validity_period.go Rename PKI health check helpers (#18017) 2022-11-18 13:42:48 -05:00
pki_crl_validity_period.go Small cleanup pki commands (#18877) 2023-01-27 16:37:42 +00:00
pki_enable_auto_tidy.go Various health check improvements + tests (#18096) 2022-11-23 14:42:19 +00:00
pki_hardware_backed_root.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_role_allows_glob_wildcards.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_role_allows_localhost.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_role_no_store_false.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_root_issued_leaves.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki_tidy_last_run.go Handle permission issue on pki health-check tune checkers (#19276) 2023-02-22 09:01:29 -05:00
pki_too_many_certs.go Address some small issues within pki health-check (#19295) 2023-02-24 13:00:09 -05:00
pki.go Trap errors related to vault pki list-intermediate issuer reading (#19165) 2023-02-14 08:51:44 -05:00
shared.go Handle permission issue on pki health-check tune checkers (#19276) 2023-02-22 09:01:29 -05:00
util.go PKI Health Check Command (#17750) 2022-11-16 09:27:56 -05:00