vault/changelog/_11488.txt
Vault Automation 05c153c70d
quotas: Pass storage through internal resolve role (#11488) (#11502)
Previously, quota updates would perform a resolve role operation without
filling in the underlying request's Storage view. This could result in a
panic on a plugin if they implement ResolveRole and don't guard against
nil Storage. Pass through the source requests storage view to prevent
this.

Co-authored-by: Mike Palmiotto <mpalmi@ibm.com>
2025-12-18 15:37:29 -05:00

4 lines
121 B
Text

```release-note:bug
quotas: Vault now protects plugins with ResolveRole operations from panicking
on quota creation.
```