mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
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>
4 lines
121 B
Text
4 lines
121 B
Text
```release-note:bug
|
|
quotas: Vault now protects plugins with ResolveRole operations from panicking
|
|
on quota creation.
|
|
```
|