mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Return invalid credentials for missing login parameters (400 vs 500) * Add changelog * Update test
4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
```release-note:bug
|
|
auth: Updated error handling for missing login credentials in AppRole and UserPass auth methods to return a 400 error instead of a 500 error.
|
|
```
|