From f6deb0969ab12d3db00cefe5eddfd03903d6ce80 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 9 Sep 2024 15:24:30 +0530 Subject: [PATCH] feat: added atlas warning to doc --- docs/documentation/platform/dynamic-secrets/mongo-db.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/documentation/platform/dynamic-secrets/mongo-db.mdx b/docs/documentation/platform/dynamic-secrets/mongo-db.mdx index 3ff38c56c..1fc262026 100644 --- a/docs/documentation/platform/dynamic-secrets/mongo-db.mdx +++ b/docs/documentation/platform/dynamic-secrets/mongo-db.mdx @@ -5,6 +5,11 @@ description: "Learn how to dynamically generate Mongo DB Database user credentia The Infisical Mongo DB dynamic secret allows you to generate Mongo DB Database credentials on demand based on configured role. + + + If your using Mongo Atlas, please use [Atlas Dynamic Secret](./mongo-atlas) as MongoDB commands are not supported by atlas. + + ## Prerequisite Create a user with the required permission in your SQL instance. This user will be used to create new accounts on-demand.