For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Platform On-Prem
    • Overview
    • Navigate
        • Overview
          • Overview
          • Install
          • Configure
          • kv-v2 secrets engine
          • Create secrets
          • Automatically encrypt properties
          • Manually encrypt properties
          • Troubleshoot
    • Search resources
  • Apps
    • FlowAI
    • Itential Automation Gateway
  • Resources
    • Itential Academy
    • Version lifecycle
    • Itential MCP
    • Accessibility conformance
    • Get support
    • FAQs
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • Before you begin
  • Install Vault
  • Next steps
Platform On-PremControl accessSecretsHashiCorp Vault

Install HashiCorp Vault

Was this page helpful?
Previous

Configure HashiCorp Vault

Next
Built with

This guide shows you how to install HashiCorp Vault for encrypting and decrypting properties in Itential Platform.

Before you begin

You must be logged in as the root user in your Platform instance. Using sudo or a different account with root-level access will not work.

Install Vault

1

Install repository manager

Install yum-config-manager to manage your repositories.

$yum install -y yum-utils
2

Add HashiCorp repository

Add the official HashiCorp Linux repository.

$yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
3

Install Vault

$yum -y install vault
4

Verify installation

Confirm Vault is installed correctly.

$vault --version

Next steps

Configure Vault
Enable Secrets Engine