From 3bd88e19123bcd99a9503d89fc83cbf13eff5683 Mon Sep 17 00:00:00 2001 From: Aqsa Fatima Date: Mon, 8 Jun 2020 10:55:00 -0700 Subject: [PATCH 1/2] small edits --- admin_guide/install/install_amazon_ecs.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin_guide/install/install_amazon_ecs.adoc b/admin_guide/install/install_amazon_ecs.adoc index 1136ba20..e4eb741a 100644 --- a/admin_guide/install/install_amazon_ecs.adoc +++ b/admin_guide/install/install_amazon_ecs.adoc @@ -711,7 +711,7 @@ ifdef::compute_edition[] -u \ -H 'Content-Type: application/json' \ -X GET \ - https://:8083/api/v1/certs/service-parameter \ + https://:8083/api/v1/certs/service-parameter \ -o service-parameter . Retrieve and retain the installBundle from the Prisma Cloud API: @@ -723,6 +723,9 @@ ifdef::compute_edition[] "https:///api/v1/defenders/install-bundle?consoleaddr=&defenderType=appEmbedded" | jq -r '.installBundle' + + * replace with the retrieve API token. + * replace with the Console address URL. + . Copy the service-parameter file to the Defender EFS file system under /twistlock_certificates. . Set the ownership and permissions for the service-parameter file under twistlock_certificates: From 2be7eed11c906f8edfe6d391d661afe35ed8b003 Mon Sep 17 00:00:00 2001 From: iansk Date: Tue, 23 Jun 2020 16:20:32 -0500 Subject: [PATCH 2/2] Edits --- admin_guide/install/install_amazon_ecs.adoc | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/admin_guide/install/install_amazon_ecs.adoc b/admin_guide/install/install_amazon_ecs.adoc index e4eb741a..5afdb51b 100644 --- a/admin_guide/install/install_amazon_ecs.adoc +++ b/admin_guide/install/install_amazon_ecs.adoc @@ -684,12 +684,10 @@ ifdef::prisma_cloud[] https:///api/v1/certs/service-parameter \ -o service-parameter - * replace with the retrieved console address. - * replace with the retrieve API token. + * Replace with the retrieved Console address. + * Replace with the retrieved API token. - . ensure the jq package is installed. - - . Retrieve and retain the installBundle from the Prisma Cloud API: + . Retrieve and retain the installBundle from the Prisma Cloud API. The jq package must be installed. $ curl -k \ -H 'Content-Type: application/json' \ @@ -697,9 +695,9 @@ ifdef::prisma_cloud[] -X GET \ "https:///api/v1/defenders/install-bundle?consoleaddr=&defenderType=appEmbedded" | jq -r '.installBundle' - * replace with the retrieve API token. - * replace with the retrieved console address URL from *Manage > System > Downloads* tab. - * replace with the first string of the URL (without the ID). + * Replace with the retrieved API token. + * Replace with the retrieved Console address URL from the *Manage > System > Downloads* tab. + * Replace with the first string of the URL (without the ID). For example, the URL may look like https://us-region1.cloud.twistlock.com/us-1-234567 , use just "us-region1.cloud.twistlock.com" for ConsoleAddr value. endif::prisma_cloud[] @@ -723,8 +721,8 @@ ifdef::compute_edition[] "https:///api/v1/defenders/install-bundle?consoleaddr=&defenderType=appEmbedded" | jq -r '.installBundle' + - * replace with the retrieve API token. - * replace with the Console address URL. + * Replace with the retrieve API token. + * Replace with the Console address URL. . Copy the service-parameter file to the Defender EFS file system under /twistlock_certificates.