orchestrator
2022.10
false
- 基本情報
- ベスト プラクティス
- テナント
- リソース カタログ サービス
- Automation Suite ロボット
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- アセットについて
- Orchestrator でアセットを管理する
- Studio でアセットを管理する
- アセットを Azure Key Vault (読み取り専用) に保存する
- アセットを HashiCorp Vault (読み取り専用) に保存する
- ストレージ バケット
- Orchestrator のテスト
- Integrations
- クラシック ロボット
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Orchestrator user guide
最終更新日時 2025年7月1日
Note: Before performing the following procedure, make sure you have configured your HashiCorp Vault (read-only) integration.
When storing an asset of type
Credential
in a read-only credential store, you must create the secret in Vault and make sure you meet the following requirements:
- the path of the secret must contain the data path configured for the credential store, concatenated with the External Name
configured for that value (if using values per robot) or the asset name otherwise. For example, if the data path is
applications/orchestrator/assets
, and the External Name isSAPCredentials
, then the secret's path must beapplications/orchestrator/assets/SAPCredentials
. -
inside the secret, you must have:
- a key named
Username
, with the value containing the username of the credentials. - a key named
Password
, with the value containing the password of the credentials.
- a key named
Important: The
Username
and
Password
fields are case sensitive.