mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* Refactor hasWildcardAccess to check for ancestors of current namespace in globPaths * Add extra test coverage * remove tests for removed getter * changelog + test update * update test coverage to also check resulting permissionsBanner state * rename hasWildcardAccess for clarity, add isDenied check on namespace access check * Update changelog/27263.txt Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com> * Remove redundant check --------- Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
```release-note:bug
|
|
ui: Do not show resultant-ACL banner when ancestor namespace grants wildcard access.
|
|
```
|