> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/hashicorp-vault.md).

# HashiCorp Vault

Linking your secrets in HashiCorp Vault to Remote Desktop Manager sessions allows credentials to be injected automatically when launching connections, eliminating the need for manual copying and reducing the risk of exposure. This topic covers the settings for the entry located under ***Add new entry*** – ***Credential management*** – ***HashiCorp Vault***.

![](https://cdnweb.devolutions.net/docs/RDMW6041_2025_3.png)

<table><thead><tr><th width="242.79998779296875">SETTINGS</th><th>DESCRIPTIONS</th></tr></thead><tbody><tr><td><strong>Host</strong></td><td>The URL or IP address of your HashiCorp Vault instance.</td></tr><tr><td><strong>Namespace</strong></td><td>Specifies the namespace within your HashiCorp Vault instance. Use this if your Vault environment is configured with enterprise namespaces to logically separate data or manage multi-tenancy. Leave blank if not applicable.</td></tr><tr><td><strong>Use "My account settings"</strong></td><td>Enable this option to reuse account settings you have <a href="https://docs.devolutions.net/rdm/commands/file/my-account-settings/?tab=windows">configured</a> under <strong>File</strong> – <strong>My account settings</strong>*.*</td></tr><tr><td><strong>Authentication method</strong></td><td><p>Select the authentication method to align with your environment’s identity policies:</p><ul><li>Token</li><li>LDAP</li><li>RADIUS</li><li>UserPass</li></ul></td></tr><tr><td><strong>Secret</strong></td><td>When enabled, this will force Remote Desktop Manager to prompt the user to select a secret each time a connection is launched. Useful if different credentials are used frequently.</td></tr></tbody></table>

### Injecting HashiCorp Vault credentials in a session

Learn how to retrieve and inject stored credentials from HashiCorp Vault directly into your sessions. Supported session types include RDP, SSH, VNC, SFTP, and more.

In this example, we will create an RDP session. Go to ***Add new entry*** – ***Session*** – ***RDP (Microsoft Remote Desktop)***. In the ***Credentials*** field, select ***Linked (vault)*** and choose the HashiCorp Vault entry you previously created that contains your credentials. Once you have filled in the required RDP settings, click ***Add*** or ***Save and open*** to launch the session.

![](https://cdnweb.devolutions.net/docs/RDMW6043_2025_3.png)

Select the secret in the ***HashiCorp Vault secrets list*** to open the RDP session.

![](https://cdnweb.devolutions.net/docs/RDMW6044_2025_3.png)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/hashicorp-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
