diff --git a/backend/src/ee/services/dynamic-secret/providers/mongo-atlas.ts b/backend/src/ee/services/dynamic-secret/providers/mongo-atlas.ts
index eee6558ba..8f8bf9430 100644
--- a/backend/src/ee/services/dynamic-secret/providers/mongo-atlas.ts
+++ b/backend/src/ee/services/dynamic-secret/providers/mongo-atlas.ts
@@ -14,7 +14,7 @@ const generatePassword = (size = 48) => {
};
const generateUsername = (usernameTemplate?: string | null) => {
- const randomUsername = alphaNumericNanoId(32); // Username must start with an ascii letter, so we prepend the username with "inf-"
+ const randomUsername = alphaNumericNanoId(32);
if (!usernameTemplate) return randomUsername;
return handlebars.compile(usernameTemplate)({
diff --git a/docs/documentation/platform/dynamic-secrets/cassandra.mdx b/docs/documentation/platform/dynamic-secrets/cassandra.mdx
index 0c4221f53..628432bea 100644
--- a/docs/documentation/platform/dynamic-secrets/cassandra.mdx
+++ b/docs/documentation/platform/dynamic-secrets/cassandra.mdx
@@ -94,7 +94,7 @@ The above configuration allows user creation and granting permissions.
After submitting the form, you will see a dynamic secret created in the dashboard.
- If this step fails, you may have to add the CA certficate.
+ If this step fails, you may have to add the CA certificate.

diff --git a/docs/documentation/platform/dynamic-secrets/mssql.mdx b/docs/documentation/platform/dynamic-secrets/mssql.mdx
index 4fc710e01..0a73bf129 100644
--- a/docs/documentation/platform/dynamic-secrets/mssql.mdx
+++ b/docs/documentation/platform/dynamic-secrets/mssql.mdx
@@ -87,7 +87,7 @@ Create a user with the required permission in your SQL instance. This user will
After submitting the form, you will see a dynamic secret created in the dashboard.
- If this step fails, you may have to add the CA certficate.
+ If this step fails, you may have to add the CA certificate.

diff --git a/docs/documentation/platform/dynamic-secrets/oracle.mdx b/docs/documentation/platform/dynamic-secrets/oracle.mdx
index c1a15fd9f..02b379b98 100644
--- a/docs/documentation/platform/dynamic-secrets/oracle.mdx
+++ b/docs/documentation/platform/dynamic-secrets/oracle.mdx
@@ -86,7 +86,7 @@ Create a user with the required permission in your SQL instance. This user will
After submitting the form, you will see a dynamic secret created in the dashboard.
- If this step fails, you may have to add the CA certficate.
+ If this step fails, you may have to add the CA certificate.

diff --git a/docs/documentation/platform/dynamic-secrets/postgresql.mdx b/docs/documentation/platform/dynamic-secrets/postgresql.mdx
index f6012d277..f13c9c762 100644
--- a/docs/documentation/platform/dynamic-secrets/postgresql.mdx
+++ b/docs/documentation/platform/dynamic-secrets/postgresql.mdx
@@ -87,7 +87,7 @@ Create a user with the required permission in your SQL instance. This user will
After submitting the form, you will see a dynamic secret created in the dashboard.
- If this step fails, you may have to add the CA certficate.
+ If this step fails, you may have to add the CA certificate.
