forked from hashicorp/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address some small issues within pki health-check (hashicorp#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
- Loading branch information
1 parent
a9e17c2
commit d08bf56
Showing
9 changed files
with
187 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.