- 基本情報
- ベスト プラクティス
- テナント
- リソース カタログ サービス
- Automation Suite ロボット
- フォルダー コンテキスト
- 自動化
- プロセス
- ジョブ
- Apps (アプリ)
- トリガー
- ログ
- 監視
- キュー
- アセット
- ストレージ バケット
- Orchestrator のテスト
- Integrations
- トラブルシューティング
Orchestrator でパッケージ フィードとライブラリ フィードを設定およびセキュリティで保護するための [デプロイ] タブの概要。
パッケージとライブラリのフィードを設定し、セキュリティで保護できるようにします。Automation Ops を使用して、すべてのテナントのフィードを一元管理できます。詳しくは、『Automation Ops ガイド』の「フィードの管理について」をご覧ください。
ここでの設定は、テナント フィードにのみ影響します。フォルダー フィードと個人用ワークスペース フィードは常に内部フィードであり、各フォルダーまたは個人用ワークスペースのコンテキストでのみ使用できます。
パッケージ
オートメーション パッケージを維持できる内部フィードまたは外部フィードを設定できます。既定では、内部フィードが使用されます。基本認証の資格情報を定義するか、API キーを使用して、フィードのセキュリティを保護できます。
| フィールド | 説明 |
|---|---|
| 内部 | Use an internal feed. The feed can be secured either with the Secure Deployment option or by using an API key:
|
| 外部 | Use an external feed. The feed can be secured either by using an API key or basic authentication credentials:
[API キー] オプションで指定するユーザー名とパスワードの両方をここでも使用する必要があることに注意してください。 [外部] を選択すると [デプロイ URL] フィールドが表示されます。このフィールドに、NuGet フィードがある場所のアドレスを入力する必要があります。 |
外部フィードにアップロードされたクロスプラットフォーム パッケージはサポートされていません。メタデータを読み取ることができるのは、Orchestrator に直接アップロードされた場合のみです。
ライブラリ
ライブラリおよびアクティビティ パッケージに使用されるフィードを設定できます。
| フィールド | 説明 |
|---|---|
| ホスト フィードのみ | Libraries are stored in the host feed and are available to all tenants which use it. The Libraries page is the same for one Orchestrator instance, meaning libraries are not isolated at the tenant level: each tenant has access to the other tenants' activity. このオプションを選択すると、Orchestrator からライブラリをアップロードできません。 このオプションは、ロボットにホスト フィードへのアクセス権のみを付与します。 |
| テナント フィードのみ | Libraries are isolated at the tenant level, meaning data is separated across tenants. You may set an internal or an external feed in which libraries are maintained. By default, an internal feed is used. このオプションは、ロボットにテナント フィードへのアクセス権のみを付与します。 |
| ホスト フィードとテナント フィードの両方 | Libraries are isolated at the tenant level, meaning data is separated across tenants. You may set an internal or an external feed in which libraries are maintained. By default, an internal feed is used. このオプションは、ロボットにホスト フィードとテナント フィードの両方へのアクセス権を付与します。 |
| 内部 | Must be selected in order to use an internal feed as the tenant feed. The feed can be secured either with the Secure Deployment option or by using an API key:
admin:2652ACsQhyのようになります。 |
| 外部 | Must be selected in order to use an external feed as the tenant feed. The feed can be secured using an API key:
For example, [外部] を選択すると [デプロイ URL] フィールドが表示されます。このフィールドに、NuGet フィードがある場所のアドレスを入力する必要があります。 |
プロキシサーバー経由で外部フィードを使用する場合の前提条件
Windows 上でプロキシサーバーを設定した状態で外部フィードを使用する場合は、あらかじめ次の手順を行っておく必要があります。
-
Orchestrator のアプリケーション プール ([インターネット インフォメーション サービス] > [アプリケーション プール] で [ユーザー プロファイルの読み込み]) オプションを
Trueに設定します。図 1. 詳細設定
-
アプリケーション プール ID アカウント (
NuGet.config) に関連付けられたC:\Users\[YourAppPoolIdentityAccountName]\AppData\Roaming\NuGet\NuGet.Configファイルに使用したプロキシ設定を追加します。<config> <add key="http_proxy" value="http://ipaddress:port" /> </config><config> <add key="http_proxy" value="http://ipaddress:port" /> </config>
Robot サービスがサーバーに接続すると、次の設定が読み込まれます。変更を行った場合、変更を反映するには UiRobotSvc サービスを再起動する必要があります。