UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

配置凭据存储

Automation Suite 中 Orchestrator 的凭据存储配置选项和支持的安全存储插件。

Orchestrator 中已提供以下安全存储:

  • Azure 密钥保管库
  • CyberArk CCP
  • HashiCorp 保险库
  • Thycotic Secret Server
  • Beyond Trust
  • AWS Secrets Manager

您选择使用的全部凭据存储插件必须与 Linux 兼容。

要禁用默认插件,请在appsettings.json文件中将Plugins.SecureStores.Default键设置为空字符串。有关详细信息,请参阅配置应用程序设置

上传自定义安全存储插件

如果要添加自定义安全存储程序集,可以使用uipathctl config orchestrator upload命令,通过uipathctl命令行工具执行此操作:

./bin/uipathctl config orchestrator upload --securestore-plugins-directory /path/to/plugins/directory
./bin/uipathctl config orchestrator upload --securestore-plugins-directory /path/to/plugins/directory

appSettings中使用配置键约定配置插件设置。有关详细信息,请参阅配置应用程序设置

重要提示:

/tmp外,插件不得写入任何存储。

如果在集群级别使用外部存储配置,则必须通过包含 --is-external-storage 参数来指明这一点。

  1. 使用以下命令将您选择的自定义安全存储插件添加到appSettings

    Plugins.SecureStores.<<FriendlyName>>.<<SettingName>>
    Plugins.SecureStores.<<FriendlyName>>.<<SettingName>>
    
  2. 通过使用插件的相对路径(来自securestoreplugins文件夹)更新appSettings来启用自定义安全存储插件:

    "Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll"
    "Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll"
    
  • 上传自定义安全存储插件

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新