automation-suite
2023.10
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Linux の Automation Suite のインストール ガイド

最終更新日時 2026年3月9日

資格情報ストアを構成する

Orchestrator では、既に以下の Secure Store が利用可能です。

  • Azure Key Vault
  • CyberArk CCP
  • HashiCorp Vault
  • Thycotic Secret Server
  • BeyondTrust
  • AWS Secrets Manager

使用する資格情報ストア プラグインは、Linux に対応している必要があります。

既定のプラグインを無効化するには、appsettings.json ファイルで Plugins.SecureStores.Default キーを空の文字列として設定します。詳しくは、「appSettings を構成する」をご覧ください。

カスタムの Secure Store プラグインをアップロードする

カスタムの Secure Store アセンブリを追加するには、Orchestrator 構成ツールで -p|--securestore-plugins-folder パラメーターを使用します。

./orchestrator_configurator.sh -p securestoreplugins
./orchestrator_configurator.sh -p securestoreplugins

外部ストレージ構成をクラスター レベルで使用する場合は、それを示すために --use-external-storage パラメーターを含める必要があります。

  1. 次のコマンドを使用して、任意のカスタムの Secure Store プラグインを appsettings.json ファイルに追加します。
    Plugins.SecureStores.<<FriendlyName>>.<<SettingName>>
    Plugins.SecureStores.<<FriendlyName>>.<<SettingName>>
    
  2. appsettings.json ファイルをプラグインの相対パス (securestoreplugins フォルダーから) で更新して、カスタムの Secure Store プラグインを有効化します。
    "Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll"
    "Plugins.SecureStores":"myplugin/MyPlugin.dll,secondPlugin/SecondPlugin.dll"
    
重要:

プラグインは、 /tmp以外のストレージに書き込むことはできません。

  • カスタムの Secure Store プラグインをアップロードする

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得