- スタート アップ ガイド
- ベスト プラクティス
- テナント
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Test Suite - Orchestrator
- その他の構成
- Integrations
- クラシック ロボット
- ホストの管理
- 組織管理者
- トラブルシューティング
A credential store is a named location within a secure store, such as CyberArk, from which you can retrieve Robot credentials and credential Assets when needed. Orchestrator supports the use of multiple credential stores at tenant level, provides built-in support for Azure Key Vault, CyberArk CCP, CyberArk, and the architecture enabling you to develop a plugin for other secure stores, if desired.
この [資格情報ストア] ページでは、新しいストアを作成したり、既存のストアとそのプロパティを表示したり、現在の資格情報ストアを削除したりできます。ネイティブの Orchestrator Database ストアが自動的に作成され、常にこのリストの最初に表示されて、すべての新しいテナントの既定のストアになります。
Orchestrator 管理者は、テナントに対して資格情報ストア機能を有効化する必要があります。
See here for details.
資格情報ストア プラグイン
サポートが組み込まれた Secure Store 以外にも、Orchestrator アーキテクチャは、サード パーティ プラグインのロード機能やカスタム プラグインの開発機能をサポートしており、必要な資格情報ストアを使用できます。
他社製プラグインのロード
- Orchestrator インストール ディレクトリにある
\Orchestrator\Pluginsフォルダーに移動します。 - プラグインの
.dllファイルをこのフォルダーに保存します。 - Update the
UiPath.Orchestrator.dll.configfile with this plugin as detailed here. - Orchestrator インスタンスを再起動し、ログを確認して、プラグインが正常に読み込まれたことを確認します。
- Your new credential store should now be available when creating a new credential store.
プラグインの開発
Development documentation for creating your own secure store plugins is available in the UiPath repository.
また、開発を支援する 3 つのサンプルがあります。
- RandomPass - ランダムなパスワードを生成する読み取り専用ストアです。
- SQLPass - Orchestrator データベース以外の外部 SQL データベースを使用する読み取り/書き込みストアです。
- Key Vault - the fully functional Key Vault plugin available with your Orchestrator instance.