AMT Help Files
homeAMT AdminAdvanced ConfigurationSecure Storage VaultsHashiCorp Vault

HashiCorp Vault

Configuring HashiCorp Vault

To enable use of the HashiCorp vault, you must first set the following environment variables:

VAULT_ADDR (required)
The server address of the vault provider.

VAULT_TOKEN (required)
The root token for authenticating with the HashiCorp Vault.

VAULT_OPEN_TIMEOUT
Timeout in minutes. For example: 5

VAULT_READ_TIMEOUT
Timeout in minutes. For example: 30

secureStorages:
  - id: hashi
    vaultType: HashiCorp
    vaultConfiguration:
      securePath: secret/amt

Optionally, the engine version of the HashiCorp Vault can be configured: engineVersion: 1.

Contents

 Go to top