automation-suite
2024.10
false
- 概要
- 要件
- インストール前
- インストール
- インストール後
- 移行とアップグレード
- Automation Suite をアップグレードする
- スタンドアロン製品を Automation Suite に移行する
- 手順 1: スタンドアロンの製品データベースを復元する
- 手順 2: 復元した製品データベースのスキーマを更新する
- 手順 3: Identity 組織データをスタンドアロンから Automation Suite に移動する
- 手順 4: Automation Suite のプラットフォーム データベースをバックアップする
- 手順 5: 組織を Automation Suite にマージする
- 手順 6: 以降済みの製品の接続文字列を更新する
- 手順 7: スタンドアロンの Orchestrator を移行する
- 手順 8: スタンドアロンの Insights を移行する
- 手順 9: スタンドアロンの Test Manager を移行する
- 手順 10: 既定のテナントを削除する
- 単一テナントの移行を実行する
- Automation Suite クラスター間を移行する
- EKS/AKS の Automation Suite から OpenShift の Automation Suite に移行する
- 監視とアラート機能
- クラスターの管理
- 製品固有の設定
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

EKS/AKS の Automation Suite のインストール ガイド
最終更新日時 2026年3月31日
テナントごとに暗号化キーを構成する
テナントごとに暗号化キーを構成するには、次の手順を実行します。
-
Orchestrator のパラメーターを更新します。構成ファイルの
orchestrator下に、encryption_key_per_tenantセクションを追加します。詳細については、「Orchestrator のパラメーターを設定する」をご覧ください。"orchestrator": { "enabled": true, "encryption_key_per_tenant": { "certificate_base_64": "", "certificate_password": "", "client_id": "", "directory_id": "", "vault_address": "" } }"orchestrator": { "enabled": true, "encryption_key_per_tenant": { "certificate_base_64": "", "certificate_password": "", "client_id": "", "directory_id": "", "vault_address": "" } }証明書をパラメーターの上書きとして使用する前に、Base64 に変換する必要があります。このためには、以下のコマンドを実行します。
- PowerShell
[convert]::ToBase64String((Get-Content -path "path_to_certificate" -Encoding byte))[convert]::ToBase64String((Get-Content -path "path_to_certificate" -Encoding byte)) - シェル
base64 [_path_to_certificate_]base64 [_path_to_certificate_]
- PowerShell
-
新しい設定を適用し、Orchestrator ArgoCD アプリが同期されるまで待ちます。
-
appSettingsで次のキーを設定して EncryptionKeyPerTenant 機能を有効化します。"EncryptionKeyPerTenant.Enabled": "true", "EncryptionKeyPerTenant.KeyProvider": "AzureKeyVault","EncryptionKeyPerTenant.Enabled": "true", "EncryptionKeyPerTenant.KeyProvider": "AzureKeyVault",appSettingsの更新の詳細については、「appSettings を構成する」をご覧ください。注:Identity Server の SMTP 設定は、テナントごとのキーで暗号化されません。テナントごとの暗号化キーを有効化したら、Automation Suite ポータルで SMTP パスワードを必ず再入力してください。