Files
vault/changelog/18571.txt
Max Bowsher 2f677665b3 Fix vault path-help for selected paths with bad regexps (#18571)
* Fix `vault path-help` for selected paths with bad regexps

See the comment being added in `sdk/framework/path.go` for the
explanation of why this change is needed.

* Grammar fix and add changelog

* Also fix hardcoded expectations in a new test

* Add a couple more testcases, and some comments.

* Tweak spelling in comment
2023-06-30 08:42:30 -07:00

4 lines
102 B
Plaintext

```release-note:bug
auth/token, sys: Fix path-help being unavailable for some list-only endpoints
```