From 46c5efe7b776a13785462d5127d99f5020e53533 Mon Sep 17 00:00:00 2001 From: Hardy Johnson Date: Sat, 1 Mar 2025 16:01:45 -0800 Subject: [PATCH] Update documentation for current Adobe Commerce docs regarding composer authentication keys. --- environments/magento2.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environments/magento2.md b/environments/magento2.md index fba0819..91da390 100644 --- a/environments/magento2.md +++ b/environments/magento2.md @@ -82,7 +82,8 @@ In addition to the below manual process, there is a `Github Template available f composer global config http-basic.repo.magento.com :::{note} - To locate your authentication keys for Magento 2 repository, `reference DevDocs `_. + To locate or generate a new set of composer credentials for Adobe Commerce (Magento 2) you will need an Adobe Commerce Marketplace account, + instructions on the Adobe site: [Get your authentication keys](https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/prerequisites/authentication-keys). If you have previously configured global credentials, you may skip this step, as ``~/.composer/`` is mounted into the container from the host machine in order to share composer cache between projects, and also shares the global ``auth.json`` from the host machine.