orchestrator
2024.10
true
- 入门指南
- 最佳实践
- 租户
- 资源目录服务
- Automation Suite Robot
- 文件夹上下文
- 自动化
- 流程
- 作业
- Apps
- 触发器
- 日志
- 监控
- 队列
- 资产
- 关于资产
- 在 Orchestrator 中管理资产
- 在 Studio 中管理资产
- 将资产存储在 Azure Key Vault 中(只读)
- 将资产存储在 HashiCorp 保险库(只读)中
- 在 AWS Secrets Manager(只读)中存储资产
- 存储桶
- Test Suite - Orchestrator
- 集成
- 故障排除
将资产存储在 Azure Key Vault 中(只读)
Orchestrator 用户指南
Last updated 2024年11月13日
将资产存储在 Azure Key Vault 中(只读)
在 Azure 密钥保管库(只读)凭据存储中存储凭据类型的资产时,必须在保管库的“密码 ” 部分中创建密码,如下所示:
- 如果使用每个机器人的值,则密码的名称必须是为该值配置的 外部名称 ,否则,密码的名称必须是资产名称。 请注意,Azure 密钥保管库密码名称必须为 1 到 127 个字符的字符串,以字母开头,并且仅包含
0-9
、a-z
、A-Z
和-
。 有关更多详细信息,请参阅 Azure 密钥保管库文档 - 密码值必须是格式为
{"Username": "user", "Password": "pass"}
的.json
字符串。