open-vault/command/healthcheck
Steven Clark c40570c144
Handle permission issue on pki health-check tune checkers (#19276)
* Handle permission issue on pki health-check tune checkers

 - Prior to this fix, if the end-user's Vault token did not have permission to the
   mount's tune api, we would return as if the tunable params had not been set.
 - Now check to see if we encountered a permission issue and report that back to
   the end-user like the other checks do.
2023-02-22 09:01:29 -05:00
..
healthcheck.go Remove timeout logic from ReadRaw functions and add ReadRawWithContext (#18708) 2023-01-17 15:41:59 -05:00
pki.go Trap errors related to vault pki list-intermediate issuer reading (#19165) 2023-02-14 08:51:44 -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 Rename PKI health check helpers (#18017) 2022-11-18 13:42:48 -05:00
pki_role_allows_glob_wildcards.go Fix role endpoint in pki health-check warnings (#19274) 2023-02-21 14:48:50 -05:00
pki_role_allows_localhost.go Fix role endpoint in pki health-check warnings (#19274) 2023-02-21 14:48:50 -05:00
pki_role_no_store_false.go Fix role endpoint in pki health-check warnings (#19274) 2023-02-21 14:48:50 -05:00
pki_root_issued_leaves.go Various health check improvements + tests (#18096) 2022-11-23 14:42:19 +00: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 Rename PKI health check helpers (#18017) 2022-11-18 13:42:48 -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