open-vault/sdk/plugin
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
..
mock Plugins: Tighten requirements for multiplexing (#17403) 2022-10-05 09:29:29 +01:00
pb update protoc version to 3.21.7 oss (#17499) 2022-10-26 16:49:44 -07:00
backend.go fix: remove premature GRPC client connection close from vault (#17321) 2022-09-29 14:11:34 -07:00
grpc_backend.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
grpc_backend_client.go fix: remove premature GRPC client connection close from vault (#17321) 2022-09-29 14:11:34 -07:00
grpc_backend_server.go Fixes concurrent map writes in GRPC plugin server setup (#17247) 2022-09-21 11:04:20 -07:00
grpc_backend_test.go Plugins: Update running version everywhere running sha256 is set (#17292) 2022-09-23 11:19:38 +01:00
grpc_storage.go Check if sys view is missing in GRPC sys view (#18210) 2022-12-02 10:12:05 -08:00
grpc_system.go Check if sys view is missing in GRPC sys view (#18210) 2022-12-02 10:12:05 -08:00
grpc_system_test.go Check if sys view is missing in GRPC sys view (#18210) 2022-12-02 10:12:05 -08:00
logger.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
logger_test.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
middleware.go Add plugin version to GRPC interface (#17088) 2022-09-15 16:37:59 -07:00
plugin.go Add plugin version to GRPC interface (#17088) 2022-09-15 16:37:59 -07:00
plugin_v5.go Add plugin version to GRPC interface (#17088) 2022-09-15 16:37:59 -07:00
serve.go feature: secrets/auth plugin multiplexing (#14946) 2022-08-29 21:42:26 -05:00
storage_test.go Check if sys view is missing in GRPC sys view (#18210) 2022-12-02 10:12:05 -08:00