Skip to main content Use HashiCorp Vault for agentless connections
Prerequisites on your HashiCorp Vault
- You must configure the Vault with the following parameters:
- Type: Key/Value(KV)
- Engine version: Version 1
- You need to configure your secrets with the following format:
- Vault root
- Name of the secret engine
- Account name
- Login (field “login”)
- Password (field “password”)
- SSH key (field “ssh_key”)
- […]
- Click on Settings > Stored credentials.
- Click Add in the top right corner.
- Select type HashiCorp Vault and fill in the form.
- Save.
Create an agentless connection with HashiCorp Vault
- Click on Assets management > Agentless connections
- Click on Add
- In “Access protocol”, select SSH or WinRM.
- Select as Credentials your HashiCorp Vault configured as above.
- In the “Login” field, enter the account path stored on HashiCorp Vault with “
secret_engine_name/account_name
” format, regarding the targeted asset.