Automation Suite
2023.10
False
横幅背景图像
Linux 版 Automation Suite 安装指南
上次更新日期 2024年4月19日

为每个租户配置加密密钥

要为每个租户配置加密密钥,请执行以下步骤:

  1. 更新 Orchestrator 参数。在配置文件的 orchestrator 下,添加 encryption_key_per_tenant 部分。有关更多详细信息,请参阅配置 Orchestrator 参数
    "orchestrator": {
      "enabled": true,
      "encryption_key_per_tenant": {
          "certificate_base_64": "",
          "certificate_password": "",
          "client_id": "",
          "directory_id": "",
          "vault_address": ""
      }
    }"orchestrator": {
      "enabled": true,
      "encryption_key_per_tenant": {
          "certificate_base_64": "",
          "certificate_password": "",
          "client_id": "",
          "directory_id": "",
          "vault_address": ""
      }
    }

    您必须先将证书转换为 Base64,然后才能将其用作参数覆盖。为此,请运行以下命令:

    • PowerShell
      [convert]::ToBase64String((Get-Content -path "path_to_certificate" -Encoding byte))[convert]::ToBase64String((Get-Content -path "path_to_certificate" -Encoding byte))
    • Shell
      base64 [_path_to_certificate_]base64 [_path_to_certificate_]
  2. 应用新配置,然后等待 Orchestrator ArgoCD 应用程序同步。
  3. 通过在 appSettings 中设置以下键来启用 EncryptionKeyPerTenant 功能:
    "EncryptionKeyPerTenant.Enabled": "true", "EncryptionKeyPerTenant.KeyProvider": "AzureKeyVault","EncryptionKeyPerTenant.Enabled": "true", "EncryptionKeyPerTenant.KeyProvider": "AzureKeyVault",
    有关更新 appSettings 的更多信息,请参阅配置应用程序设置
    注意:Identity Server 中的 SMTP 设置未使用每个租户的密钥进行加密。为每个租户启用加密密钥后,请确保在 Automation Suite 门户中重新输入 SMTP 密码。

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.