From 31a03805b6d9b388124ca2ab4944118b04056824 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 16 Oct 2020 09:58:16 -0500 Subject: [PATCH 1/2] Clarify unique Fastly credentials per environment --- src/cloud/cdn/configure-fastly.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cloud/cdn/configure-fastly.md b/src/cloud/cdn/configure-fastly.md index 274092fea68..311abab6dfc 100644 --- a/src/cloud/cdn/configure-fastly.md +++ b/src/cloud/cdn/configure-fastly.md @@ -29,7 +29,7 @@ After you enable and verify that Fastly works with the default settings, you can ## Get Fastly credentials {#cloud-fastly-creds} -During project provisioning, Magento adds your project to the [Fastly service account]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html#fastly-service-account-and-credentials) for {{ site.data.var.ece }} and adds the Fastly account credentials to the Staging and Production environment configuration. +During project provisioning, Magento adds your project to the [Fastly service account]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html#fastly-service-account-and-credentials) for {{ site.data.var.ece }} and Fastly account credentials to the Staging environment configuration and the Production environment configuration. Each environment has unique credentials. You need the Fastly credentials to configure Fastly CDN services from the Magento Admin UI and to submit Fastly API requests. @@ -41,7 +41,7 @@ Use the following methods to find and save the Fastly service ID and API token f {:.procedure} To view your Fastly credentials: -- IaaS-mounted shared directory—On Pro projects, use SSH to connect to your server and get the Fastly credentials from the `/mnt/shared/fastly_tokens.txt` file. +- IaaS-mounted shared directory—On Pro projects, use SSH to connect to your server and get the Fastly credentials from the `/mnt/shared/fastly_tokens.txt` file. Staging and Production environments have unique credentials. You must get the credentials for each environment. - Local workspace—From the command line, use the Magento Cloud CLI to [list and review]({{ site.baseurl }}/cloud/before/before-setup-env-2_clone.html) Fastly environment variables. From 44b69c1d97922a9da664cdd0029eb93d9c80e303 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Fri, 16 Oct 2020 10:04:11 -0500 Subject: [PATCH 2/2] Update src/cloud/cdn/configure-fastly.md --- src/cloud/cdn/configure-fastly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud/cdn/configure-fastly.md b/src/cloud/cdn/configure-fastly.md index 311abab6dfc..b617ba309d0 100644 --- a/src/cloud/cdn/configure-fastly.md +++ b/src/cloud/cdn/configure-fastly.md @@ -29,7 +29,7 @@ After you enable and verify that Fastly works with the default settings, you can ## Get Fastly credentials {#cloud-fastly-creds} -During project provisioning, Magento adds your project to the [Fastly service account]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html#fastly-service-account-and-credentials) for {{ site.data.var.ece }} and Fastly account credentials to the Staging environment configuration and the Production environment configuration. Each environment has unique credentials. +During project provisioning, Magento adds your project to the [Fastly service account]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html#fastly-service-account-and-credentials) for {{ site.data.var.ece }} and creates Fastly account credentials for the Starter `master` and Pro Staging and Production environments. Each environment has unique credentials. You need the Fastly credentials to configure Fastly CDN services from the Magento Admin UI and to submit Fastly API requests.