vHSM Agent Configurations
Last updated
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 blockDefines how the agent connects to the vHSM server.
vault {
address = "http://127.0.0.1:8200"
}address: URL of the vHSM server (Vault-compatible API).
Example: http://127.0.0.1:8200.
Last updated