Skip to main content
Skip table of contents

Admin: Azure KeyVault

Microsoft Azure KeyVault can be used to securely persist credentials used by RPI.  KeyVault can be enabled by specifying a value in the KeyVaultConfig field in Pulse database table RPI_Cluster.  As an example:

JSON
{
  "assembly": "RedPoint.Resonance.AzureKeyVault",
  "class": "RedPoint.Resonance.AzureKeyVault.AzureKeyVaultClient",
  "settings": {
    "uri": "https://xxx.vault.azure.net/"
  }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.