Files
vault/changelog/27202.txt
Steven Clark 2c3b41c688 Address cert auth error message logic error (#27202)
- Cert auth had a logic error when crafting the error response when
   configured with a leaf certificate to validate against. It would
   generate an error response that used a nil error.
 - Make the cert auth error messages the same when we fail to match
   constraints
2024-05-24 15:31:56 -04:00

4 lines
116 B
Plaintext

```release-note:bug
auth/cert: Merge error messages returned in login failures and include error when present
```