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

Orchestrator 用户指南
上次更新日期 2025年8月26日
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, and provides built-in support for Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, AWS Secrets Manager, and CyberArk. It also provides the necessary architecture to add and manage third party secure stores, if desired.
注意:Orchestrator 管理员必须为您的租户启用凭据存储功能。有关详细信息,请参阅此处。
除了具有内置支持的安全存储之外,Orchestrator 架构还支持加载第三方或开发自定义插件的功能,使您能够使用任何所需的凭据存储。
加载第三方插件
- 导航至 Orchestrator 安装目录中的
\Orchestrator\Plugins
文件夹。 - 将插件的
.dll
文件保存在该文件夹中。 - 使用 UiPath.Orchestrator.dll.config 指南中提到的插件更新
UiPath.Orchestrator.dll.config
文件。 - 重新启动 Orchestrator 实例,并检查日志以确认插件已成功加载。
- 现在,在配置凭据存储时,新的凭据存储应该可用。
开发插件
UiPath™ 存储库中提供了用于创建自己的安全存储插件的开发文档。
此外,还提供了三个示例来帮助您进行开发:
- RandomPass - 将生成随机密码的只读存储;
- SQLPass - 一个读取/写入存储,使用外部 SQL 数据库而不是 Orchestrator 数据库;
- 密钥保险库 - Orchestrator 实例提供的功能齐全的密钥保险库插件。