vkv server
vkv server¶
expose a http server that returns the read secrets from Vault, useful during CI
Options¶
-P, --port string HTTP Server Port (env: VKV_SERVER_PORT) (default "0.0.0.0:8080")
-p, --path string KVv2 Engine path (env: VKV_SERVER_PATH)
-e, --engine-path string engine path in case your KV-engine contains special characters such as "/", the path value will then be appended if specified ("<engine-path>/<path>") (env: VKV_SERVER_ENGINE_PATH)
--skip-errors dont exit on errors (permission denied, deleted secrets) (env: VKV_SERVER_SKIP_ERRORS)
-h, --help help for server
SEE ALSO¶
- vkv - the swiss army knife when working with Vault KV engines