mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 03:41:13 +01:00
* Fixed null token panic from 'v1/auth/token/' endpoints and returned proper error response
* Fixed panic resulting from null token_type in /auth/token/roles/{role_name} to returne proper error response
* added changelog entry for PR #13236
* edit changelog entry for PR #13236
3 lines
119 B
Plaintext
3 lines
119 B
Plaintext
```release-note:bug
|
|
core/token: Fix null token_type panic resulting from 'v1/auth/token/roles/{role_name}' endpoint
|
|
``` |