orchestrator
latest
false
- 入门指南
- 最佳实践
- 租户
- Cloud Robots
- 文件夹上下文
- 自动化
- 流程
- 作业
- Apps
- 触发器
- 日志
- 监控
- 队列
- 资产
- 关于资产
- 在 Orchestrator 中管理资产
- 在 Studio 中管理资产
- 将资产存储在 Azure Key Vault 中(只读)
- 将资产存储在 HashiCorp 保险库(只读)中
- 在 AWS Secrets Manager(只读)中存储资产
- 在 Google Secret Manager 中存储资产(只读)
- 业务规则
- 存储桶
- MCP 服务器
- 索引
- Orchestrator 测试
- 资源目录服务
- 集成
- 故障排除
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Orchestrator 用户指南
上次更新日期 2025年10月7日
在将凭据类型资产存储在 Google Secret Manager(只读)凭据存储中时,您必须使用以下信息在 Secret Manager 中创建密码:
-
密码的名称必须与为该值配置的外部名称相匹配(若使用按机器人分配的值),否则需与资产名称保持一致。
-
Google Secret Manager 只能包含字母 (
A-Z, a-z
)、数字 (0-9
)、短划线 (-
) 和下划线 (_
)。 -
The secret value must be saved as a Secret Version with the following JSON structure:
{"Username": "user", "Password": "pass"}
{"Username": "user", "Password": "pass"}