open-vault/logical/plugin
Jeff Mitchell caa5661031
Pass identity metadata through to plugins (#4967)
It's not obvious why this should be secret, and if it were considered
secret, when and what anything would ever be allowed to access it.
Likely the right way to tie secret values to particular
entities/aliases/groups would be to use the upcoming templated ACL
feature.
2018-07-23 12:45:06 -04:00
..
mock Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
pb Make proto 2018-07-10 20:49:48 -04:00
backend.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
backend_client.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
backend_server.go Move plugin env checks to their own file (#4253) 2018-04-03 10:36:14 -07:00
backend_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
grpc_backend.go Change grpc's max sent/recv size to a very large value. (#3912) 2018-02-06 13:52:35 -05:00
grpc_backend_client.go plugins: Allow the server to receive large messages (#4958) 2018-07-20 14:11:00 -04:00
grpc_backend_server.go Move plugin env checks to their own file (#4253) 2018-04-03 10:36:14 -07:00
grpc_backend_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
grpc_storage.go plugin/grpc: Fix a panic when a transport error occurs during a list (#4244) 2018-04-03 08:00:04 -04:00
grpc_system.go Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00
grpc_system_test.go Pass identity metadata through to plugins (#4967) 2018-07-23 12:45:06 -04:00
logger.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
logger_test.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
middleware.go Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
plugin.go Clean up error string formatting (#4304) 2018-04-09 14:35:21 -04:00
serve.go plugins: Allow the server to receive large messages (#4958) 2018-07-20 14:11:00 -04:00
storage.go Add context to storage backends and wire it through a lot of places (#3817) 2018-01-19 01:44:44 -05:00
storage_test.go gRPC Backend Plugins (#3808) 2018-01-18 13:49:20 -08:00
system.go Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00
system_test.go Add entity information request to system view (#4681) 2018-06-03 20:48:12 -04:00