fix link typos

This commit is contained in:
Vladyslav Matsiiako
2024-03-26 18:37:00 -07:00
parent 65937d6a17
commit b370d6e415
2 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
---
title: "Dynamic Secrets Overview"
title: "Overview"
description: "Learn how to generate secrets dynamically on-demand."
---
@ -27,4 +27,4 @@ Dynamic secrets are particularly useful in environments with stringent security
## Infisical Dynamic Secret Templates
1. [PostgreSQL](./sql-database)
1. [PostgreSQL](./postgresql)

View File

@ -29,10 +29,10 @@ To learn more about MySQL permission system, please visit this [documentation](h
Head over to Secret Rotation configuration page of your project by clicking on `Secret Rotation` in the left side bar
</Step>
<Step title="Click on the `Add Dynamic Secret` button">
![Add Dynamic Secret Button](../../images/platform/dynamic-secrets/add-dynamic-secret.png)
![Add Dynamic Secret Button](../../../images/platform/dynamic-secrets/add-dynamic-secret.png)
</Step>
<Step title="Select `SQL Database`">
![Dynamic Secret Modal](../../images/platform/dynamic-secrets/dynamic-secret-modal.png)
![Dynamic Secret Modal](../../../images/platform/dynamic-secrets/dynamic-secret-modal.png)
</Step>
<Step title="Provide the inputs for dynamic secret parameters">
<ParamField path="Secret Name" type="string" required>
@ -75,13 +75,13 @@ To learn more about MySQL permission system, please visit this [documentation](h
Optional database certificate to connect with database
</ParamField>
![Dynamic Secret Setup Modal](../../images/platform/dynamic-secrets/dynamic-secret-setup-modal.png)
![Dynamic Secret Setup Modal](../../../images/platform/dynamic-secrets/dynamic-secret-setup-modal.png)
</Step>
<Step title="(Optional) Modify SQL Statements">
If you want to provide specific privileges for the future generated dynamic secrets, you are able to specify them as SQL statements.
![Modify SQL Statements Modal](../../images/platform/dynamic-secrets/modify-sql-statements.png)
![Modify SQL Statements Modal](../../../images/platform/dynamic-secrets/modify-sql-statements.png)
</Step>
<Step title="Click `Submit`">
After submitting the form, you will see a dynamic secret creates in the dashboard.
@ -90,11 +90,11 @@ To learn more about MySQL permission system, please visit this [documentation](h
If this step fails, you might have to add the CA certficate.
</Note>
![Dynamic Secret](../../images/platform/dynamic-secrets/dynamic-secret.png)
![Dynamic Secret](../../../images/platform/dynamic-secrets/dynamic-secret.png)
</Step>
<Step title="Generate dynamic secrets">
Now that the dynamic secret is created, you can start generating unique secret values by specifying the Time-to-live within the predefined range.
![Provision Lease](../../images/platform/dynamic-secrets/provision-lease.png)
![Provision Lease](../../../images/platform/dynamic-secrets/provision-lease.png)
</Step>
</Steps>