mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-08 20:31:24 +01: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.
|
|
```
|