orchestrator
2023.4
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Orchestrator 用户指南
Last updated 2024年11月11日
凭据存储
凭据存储是安全存储(例如 CyberArk)中的命名位置,您可以在需要时从中存储和检索敏感数据,例如机器人凭据和凭据资产。Orchestrator 支持在租户级别使用多个凭据存储,并为 Azure Key Vault、CyberArk CCP、HashiCorp Vault、Thycotic Secret Server、BeyondTrust、AWS Secrets Manager 和 CyberArk 提供内置支持。如果需要,它还提供了添加和管理第三方安全存储所需的架构。
注意:Orchestrator 管理员必须为您的租户启用凭据存储功能。有关详细信息,请参阅此处。
除了具有内置支持的安全存储之外,Orchestrator 架构还支持加载第三方或开发自定义插件的功能,使您能够使用任何所需的凭据存储。
- 导航至 Orchestrator 安装目录中的
\Orchestrator\Plugins
文件夹。 - 将插件的
.dll
文件保存在该文件夹中。 - Update the
UiPath.Orchestrator.dll.config
file with the plugin mentioned in the UiPath.Orchestrator.dll.config guide. - Restart your Orchestrator instance and check the logs to confirm the plugin was loaded successfully.
- Your new credential store should now be available when configuring credential stores.
UiPath™ 存储库中提供了用于创建自己的安全存储插件的开发文档。
此外,还提供了三个示例来帮助您进行开发:
- RandomPass - 将生成随机密码的只读存储;
- SQLPass - 一个读取/写入存储,使用外部 SQL 数据库而不是 Orchestrator 数据库;
- 密钥保险库 - Orchestrator 实例提供的功能齐全的密钥保险库插件。