open-vault/sdk/framework
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
..
testdata
backend.go Add events sending routed from plugins (#18834) 2023-02-03 13:24:16 -08:00
backend_test.go
field_data.go Add response schema validation methods & test helpers (#18635) 2023-01-13 14:55:56 -05:00
field_data_test.go Add response schema validation methods & test helpers (#18635) 2023-01-13 14:55:56 -05:00
field_type.go
filter.go
identity.go
identity_test.go
lease.go
lease_test.go
openapi.go openapi: Add default values to the thing_mount_path parameters (#18935) 2023-01-31 19:37:16 -05:00
openapi_test.go Fix multiple OpenAPI generation issues with new AST-based generator (#18554) 2023-01-31 16:27:39 -05:00
path.go OpenAPI generic_mount_paths follow-up (#18663) 2023-01-17 23:07:11 -05:00
path_map.go
path_map_test.go
path_struct.go
path_struct_test.go
path_test.go
policy_map.go
policy_map_test.go
secret.go
secret_test.go
template.go
testing.go
wal.go
wal_test.go