UiPath Documentation
orchestrator
2022.4
false
Orchestrator 用户指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

凭据存储

A credential store is a named location within a secure store, such as CyberArk, from which you can store and retrieve sensitive data such as Robot credentials and credential Assets when needed. Orchestrator supports the use of multiple credential stores at tenant level, provides built-in support for Azure Key Vault, CyberArk CCP, HashiCorp Vault, and BeyondTrust, CyberArk, and the architecture enabling you to develop a plugin for other secure stores, if desired.

通过此“凭据存储”页面,您可以创建新的存储,查看现有存储及其属性,以及删除任何当前的凭据存储。请注意,本机 Orchestrator 数据库存储是自动创建的,并且将始终显示在此列表顶部,是所有新租户的默认存储。

Orchestrator 管理员必须为您的租户启用凭据存储功能。

See here for details.

凭据存储插件

除了具有内置支持的安全存储之外,Orchestrator 架构还支持加载第三方或开发自定义插件的功能,使您能够使用任何所需的凭据存储。

加载第三方插件

  1. 导航至 Orchestrator 安装目录中的 \Orchestrator\Plugins 文件夹。
  2. 将插件的 .dll 文件保存在该文件夹中。
  3. 使用 UiPath.Orchestrator.dll.config 指南中提到的插件更新 UiPath.Orchestrator.dll.config 文件。
  4. 重新启动 Orchestrator 实例,并检查日志以确认插件已成功加载。
  5. 现在,在配置凭据存储时,新的凭据存储应该可用。

开发插件

Development documentation for creating your own secure store plugins is available in the UiPath repository.

此外,还提供了三个示例来帮助您进行开发:

  • RandomPass - 将生成随机密码的只读存储;
  • SQLPass - 一个读取/写入存储,使用外部 SQL 数据库而不是 Orchestrator 数据库;
  • Key Vault - the fully functional Key Vault plugin available with your Orchestrator instance.
  • 凭据存储插件
  • 加载第三方插件
  • 开发插件

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新