- 基本情報
- ベスト プラクティス
- テナント
- リソース カタログ サービス
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- その他の構成
- Integrations
- ホストの管理
- 組織管理者
- トラブルシューティング

Orchestrator ユーザー ガイド
A credential store is a named location within a secure store, such as CyberArk, from which you can store and retrieve sensitive data such as robot credentials and credential assets when needed. Orchestrator supports the use of multiple credential stores at tenant level, and provides built-in support for Azure Key Vault, CyberArk CCP, HashiCorp Vault, Thycotic Secret Server, BeyondTrust, AWS Secrets Manager, and CyberArk. It also provides the necessary architecture to add and manage third party secure stores, if desired.
サポートが組み込まれた Secure Store 以外にも、Orchestrator アーキテクチャは、サード パーティ プラグインのロード機能やカスタム プラグインの開発機能をサポートしており、必要な資格情報ストアを使用できます。
他社製プラグインのロード
- Orchestrator インストール ディレクトリにある
\Orchestrator\Plugins
フォルダーに移動します。 - プラグインの
.dll
ファイルをこのフォルダーに保存します。 - UiPath.Orchestrator.dll.config ガイドに記載されているプラグインで
UiPath.Orchestrator.dll.config
ファイルを更新します。 - Orchestrator インスタンスを再起動し、ログを確認して、プラグインが正常に読み込まれたことを確認します。
- 新規資格情報ストアを構成するときに新しい資格情報ストアが利用可能になります。
プラグインの開発
独自の Secure Store プラグインを作成するための開発ドキュメントは、UiPath® リポジトリから入手できます。
また、開発を支援する 3 つのサンプルがあります。
- RandomPass - ランダムなパスワードを生成する読み取り専用ストアです。
- SQLPass - Orchestrator データベース以外の外部 SQL データベースを使用する読み取り/書き込みストアです。
- Key Vault - Orchestrator インスタンスで使用できる完全に機能する Key Vault プラグイン。