open-vault/sdk/plugin
Christopher Swenson 5864075c30
Add events sending routed from plugins (#18834)
This isn't perfect for sure, but it's solidifying and becoming a useful
base to work off.

This routes events sent from auth and secrets plugins to the main
`EventBus` in the Vault Core. Events sent from plugins are automatically
tagged with the namespace and plugin information associated with them.
2023-02-03 13:24:16 -08:00
..
mock
pb Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
backend.go
grpc_backend.go
grpc_backend_client.go Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
grpc_backend_server.go Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
grpc_backend_test.go
grpc_events.go Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
grpc_storage.go
grpc_system.go
grpc_system_test.go
logger.go
logger_test.go
middleware.go
plugin.go
plugin_v5.go
serve.go
storage_test.go