Automation Suite
2023.10
バナーの背景画像
Linux の Automation Suite のインストール ガイド
最終更新日 2024年4月19日

Orchestrator 固有の設定

Automation Suite を v2022.10 から v2023.4 以降にアップグレードする際に、Orchestrator が新旧両方のバージョンで有効化されている場合は、cluster_config.json ファイルの orchestrator.block_classic_executions フラグを true に設定する必要があります。このフラグを使用すると、クラシック フォルダーでのジョブの実行をブロックすることに同意したものとみなされます。フラグを使用しない場合、アップグレードの操作は失敗します。新規インストールの場合、このパラメーターは不要です。

ストレージ

既定では、Orchestrator はクラスター ストレージを使用し、すべてのサービスとすべてのテナントのデータが単一のバケットに保存されます。 ただし、Orchestrator のストレージ オプションは、クラスター ストレージとは別にカスタマイズできます。 この明示的な設定により、各テナントのデータが別々のバケットに保存されていた以前のバージョンの Orchestrator をエミュレートするように設定を変更できます。 この機能は、orchestrator.legacy_object_storage セクションで設定できます。Orchestrator オブジェクト ストレージの構成について詳しくは、「クラスター レベルのストレージ構成を上書きする」をご覧ください。

ロボット ログ

Orchestrator では、ロボット ログを Elasticsearch サーバーに保存できます。 この機能は、orchestrator.orchestrator_robot_logs_elastic セクションで設定できます。入力しない場合、ロボット ログは Orchestrator のデータベースに保存されます。 詳細については、「基本的なロボット ログ Elasticsearch の設定」をご覧ください。

テナントごとの暗号化キー

テナントごとの暗号化キーは、次の 2 つの手順で構成されます。

  1. 構成ファイルに基本構成を追加します。 これを行うには、ファイルの orchestrator.encryption_key_per_tenant セクションを編集します。
  2. Orchestrator 固有の構成 (インストール後) でテナントごとの暗号化キーを有効化します。

詳しくは、「テナントごとに暗号化キーを構成する」をご覧ください。

設定のサンプル

"orchestrator": {
  "enabled": true,
  "block_classic_executions": true,
  "orchestrator_robot_logs_elastic": {
    "elastic_uri": "https://elastic.example.com:9200",
    "elastic_auth_username": "elastic-user",
    "elastic_auth_password": "elastic-password"
  },
  "legacy_object_storage": {
    "type": "Azure",
    "connection_string": "DefaultEndpointsProtocol=https;AccountName=usr;AccountKey=...;EndpointSuffix=core.windows.net"
  },
  "encryption_key_per_tenant": {
    "certificate_base_64": "",
    "certificate_password": "",
    "client_id": "",
    "directory_id": "",
    "vault_address": ""
  }
}"orchestrator": {
  "enabled": true,
  "block_classic_executions": true,
  "orchestrator_robot_logs_elastic": {
    "elastic_uri": "https://elastic.example.com:9200",
    "elastic_auth_username": "elastic-user",
    "elastic_auth_password": "elastic-password"
  },
  "legacy_object_storage": {
    "type": "Azure",
    "connection_string": "DefaultEndpointsProtocol=https;AccountName=usr;AccountKey=...;EndpointSuffix=core.windows.net"
  },
  "encryption_key_per_tenant": {
    "certificate_base_64": "",
    "certificate_password": "",
    "client_id": "",
    "directory_id": "",
    "vault_address": ""
  }
}

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.