mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-08 07:37:01 +02:00
Implements running plugins in containers to give them some degree of isolation from the main Vault process and other plugins. It only supports running on Linux initially, where it is easiest to manage unix socket communication across the container boundary. Additionally * Adds -env arg to vault plugin register. * Don't return env from 'vault plugin info' Historically it's been omitted, and it could conceivably have secret information in it, so if we want to return it in the response, it should probably only be via explicit opt-in. Skipping for now though as it's not the main purpose of the commit. |
||
---|---|---|
.. | ||
env_test.go | ||
env.go | ||
multiplexing_grpc.pb.go | ||
multiplexing_test.go | ||
multiplexing.go | ||
multiplexing.pb.go | ||
multiplexing.proto | ||
run_config_test.go | ||
run_config.go | ||
runner.go | ||
tls.go |