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

Orchestrator 用户指南
上次更新日期 2025年5月14日
在 AWS Secrets Manager(只读)中存储资产
注意:确保已配置 AWS Secrets Manager 集成。
To store an asset of the type
Credential
or Secret
in the read-only version of the AWS Secrets Manager, create a secret in AWS, using the Other type of secret option. The secret must include the following keys, with their corresponding values:
- For
Credential
-type assets:- 用户名 - 凭据的用户名。
-
密码 - 凭据的密码。
In the AWS Secrets Manager console, you can also store these key/value pairs as a JSON string, in the following format:{"Username":"username","Password":"password"}
- For
Secret
-type assets:- Username - the name of the asset.
-
Password - the value of the secret.
In the AWS Secrets Manager console, you can also store these key/value pairs as a JSON string, in the following format:{"Username":"assetname","Password":"secretvalue"}