open-vault/changelog/18210.txt
Christopher Swenson eba490ccef
Check if sys view is missing in GRPC sys view (#18210)
And return an error instead of panicking.

This situation can occur if a plugin attempts to access the system
view during setup when Vault is checking the plugin metadata.

Fixes #17878.
2022-12-02 10:12:05 -08:00

4 lines
103 B
Plaintext

```release-note:bug
sdk: Don't panic if system view or storage methods called during plugin setup.
```