- スタート アップ ガイド
- ベスト プラクティス
- テナント
- アクション
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- アクション カタログ
- プロファイル
- システム管理者
- Identity Server
- 認証
- その他の構成
- 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 CyberArk, CyberArk CCP and Azure Key Vault, as well as the architecture enabling you to develop a plugin for other secure stores, if desired.
この [資格情報ストア] ページでは、新しいストアを作成したり、既存のストアとそのプロパティを表示したり、現在の資格情報ストアを削除したりできます。ネイティブの Orchestrator Database ストアが自動的に作成され、常にこのリストの最初に表示され、すべての新しいテナントの既定のストアになります。
資格情報ストア プラグイン
サポートが組み込まれた 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.