open-vault/changelog/18859.txt
Chris Capurso 6cb6157d37
return 403 for wrapping requests when no token provided (#18859)
* return 403 for wrapping requests when no token provided

* add changelog entry

* fix changelog

* use errors.As

* simplify error response string
2023-01-31 13:57:50 -05:00

4 lines
114 B
Plaintext

```release-note:bug
core/auth: Return a 403 instead of a 500 for wrapping requests when token is not provided
```