This guide explains how to install HashiCorp Vault ("Vault"). This application is used for encrypting and decrypting properties within the Itential Platform.
To install Vault:
- 
You must be logged in as root. Using sudoor a different account with the same access as root will not work.Figure 1: Root User  
- 
Install yum-config-managerto manage your repositories.yum install -y yum-utilsFigure 2: Install Command  
- 
Use yum-config-managerto add the official HashiCorp Linux repo.yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repoFigure 3: Add Vault Repo  
- 
Install Vault. yum -y install vaultFigure 4: Install Vault  
- 
Verify installation. vault --versionFigure 5: Verify Install 