From e77f0456adcc57ff211fc01f50fbc2846725ba3b Mon Sep 17 00:00:00 2001 From: Poorna Teja Konatham Date: Tue, 14 Mar 2023 13:58:52 -0500 Subject: [PATCH 1/2] added info on setting up profile --- docs/deployment_guide/partner_editable/pre_deployment.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deployment_guide/partner_editable/pre_deployment.adoc b/docs/deployment_guide/partner_editable/pre_deployment.adoc index edcf9bc..a8b668d 100644 --- a/docs/deployment_guide/partner_editable/pre_deployment.adoc +++ b/docs/deployment_guide/partner_editable/pre_deployment.adoc @@ -9,3 +9,5 @@ This Partner Solution uses MongoDB Atlas CloudFormation resource types and autom === Prepare your {partner-company-name} account A MongoDB Atlas programmatic API key must be generated with the appropriate permissions and network access entries so that AWS CloudFormation can successfully authenticate the MongoDB cloud. For more information about creating and managing API keys, see https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access[Programmatic Access to Atlas^]. + +After creating the programmatic API keys, they need to be stored in AWS Secrets Manager with Secret name pattern `cfn/atlas/profile/${ProfileName}`. Use https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/examples/profile-secret.yaml[this^] CloudFormation template to create the secret in the AWS region where this Partner solution is going to be deployed. From 75087a280fc8571e3dad5477876c3ff5c394a9a2 Mon Sep 17 00:00:00 2001 From: Vinod Shukla Date: Thu, 16 Mar 2023 10:13:02 -0400 Subject: [PATCH 2/2] Update docs/deployment_guide/partner_editable/pre_deployment.adoc --- docs/deployment_guide/partner_editable/pre_deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment_guide/partner_editable/pre_deployment.adoc b/docs/deployment_guide/partner_editable/pre_deployment.adoc index a8b668d..878ec56 100644 --- a/docs/deployment_guide/partner_editable/pre_deployment.adoc +++ b/docs/deployment_guide/partner_editable/pre_deployment.adoc @@ -10,4 +10,4 @@ This Partner Solution uses MongoDB Atlas CloudFormation resource types and autom A MongoDB Atlas programmatic API key must be generated with the appropriate permissions and network access entries so that AWS CloudFormation can successfully authenticate the MongoDB cloud. For more information about creating and managing API keys, see https://docs.atlas.mongodb.com/tutorial/manage-programmatic-access[Programmatic Access to Atlas^]. -After creating the programmatic API keys, they need to be stored in AWS Secrets Manager with Secret name pattern `cfn/atlas/profile/${ProfileName}`. Use https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/examples/profile-secret.yaml[this^] CloudFormation template to create the secret in the AWS region where this Partner solution is going to be deployed. +After creating the programmatic API keys, they need to be stored as a secret in AWS Secrets Manager with the following naming convention `cfn/atlas/profile/${ProfileName}`. Use https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/examples/profile-secret.yaml[this^] CloudFormation template to create the secret in the AWS Region where this Partner solution is going to be deployed.