- 入门指南
- 最佳实践
- 租户
- 操作
- 文件夹上下文
- 自动化
- 流程
- 作业
- 触发器
- 日志
- 监控
- 队列
- 资产
- 存储桶
- Orchestrator 测试
- 操作目录
- 配置文件
- 系统管理员
- 身份服务器
- 身份验证
- 其他配置
- 集成
- 传统机器人
- 故障排除
Orchestrator 管理员必须为您的租户启用凭据存储功能。有关详细信息,请参阅此处。
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 CyberArk, CyberArk CCP and Azure Key Vault, as well as the architecture enabling you to develop a plugin for other secure stores, if desired.
通过此“凭据存储”页面,您可以创建新的存储,查看现有存储及其属性,以及删除任何当前的凭据存储。请注意,本机 Orchestrator 数据库存储是自动创建的,并且将始终显示在此列表顶部,是所有新租户的默认存储。
凭据存储插件
除了具有内置支持的安全存储之外,Orchestrator 架构还支持加载第三方或开发自定义插件的功能,使您能够使用任何所需的凭据存储。
加载第三方插件
- 导航至 Orchestrator 安装目录中的
\Orchestrator\Plugins文件夹。 - 将插件的
.dll文件保存在该文件夹中。 - Update the
UiPath.Orchestrator.dll.configfile with this plugin as detailed here. - 重新启动 Orchestrator 实例,并检查日志以确认插件已成功加载。
- Your new credential store should now be available when creating a new credential store.
开发插件
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.