vHSM Agent Configurations
The agent-config.json
file configures how the vHSM Agent authenticates to a vHSM server, stores tokens, and renders secrets into files or templates. The various blocks of the configuration file are:
Vault Server Configuration or vault
block
vault
blockDefines how the agent connects to the vHSM server.
Example:
vault {
address = "http://127.0.0.1:8200"
}
Parameters:
address
: URL of the vHSM server (Vault-compatible API).Example:
http://127.0.0.1:8200
.
Last updated
Was this helpful?