orchestrator
latest
false
- 基本情報
- ベスト プラクティス
- テナント
- Cloud ロボット
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- Apps (アプリ)
- トリガー
- ログ
- 監視
- キュー
- アセット
- アセットについて
- Orchestrator でアセットを管理する
- Studio でアセットを管理する
- アセットを Azure Key Vault (読み取り専用) に保存する
- アセットを HashiCorp Vault (読み取り専用) に保存する
- アセットを AWS Secrets Manager (読み取り専用) に保存する
- ビジネス ルール
- ストレージ バケット
- インデックス
- Orchestrator のテスト
- リソース カタログ サービス
- Integrations
- トラブルシューティング
アセットを 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:- Username - 資格情報のユーザー名です。
-
Password - 資格情報のパスワードです。
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"}