HashiCorp: Set up a Vault using Approle
Overview
As you set up the HashiCorp Vault, collect the following information which are required in the Snaplex node configuration file:
- Cluster URL
- RoleID
- SecretID
- Vault Namespace
Warning: With the support for LDAP authentication on
your HashiCorp Vaults released, the
secrets-config.json
requires a new key
auth_method
with a value approle
or ldap
. You
must update each of your existing Snaplex node configuration files to include this key-value pair:
"auth_method": "approle",
as prescribed in the Step 1a-Approle of configuring your Groundplex nodes.