mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-06 19:31:09 +01:00
* 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.
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
```release-note:bug
|
|
cli/pki: Properly report permission issues within health-check mount tune checks
|
|
```
|