feat: reptile requested changes

This commit is contained in:
=
2025-05-28 19:37:08 +05:30
parent b5c3f17ec1
commit 90c36eeded
5 changed files with 5 additions and 5 deletions

View File

@@ -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)({

View File

@@ -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.
<Note>
If this step fails, you may have to add the CA certficate.
If this step fails, you may have to add the CA certificate.
</Note>
![Dynamic Secret](../../../images/platform/dynamic-secrets/dynamic-secret.png)

View File

@@ -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.
<Note>
If this step fails, you may have to add the CA certficate.
If this step fails, you may have to add the CA certificate.
</Note>
![Dynamic Secret](../../../images/platform/dynamic-secrets/dynamic-secret.png)

View File

@@ -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.
<Note>
If this step fails, you may have to add the CA certficate.
If this step fails, you may have to add the CA certificate.
</Note>
![Dynamic Secret](../../../images/platform/dynamic-secrets/dynamic-secret.png)

View File

@@ -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.
<Note>
If this step fails, you may have to add the CA certficate.
If this step fails, you may have to add the CA certificate.
</Note>
![Dynamic Secret](../../../images/platform/dynamic-secrets/dynamic-secret.png)