diff --git a/docs/documentation/platform/dynamic-secrets/postgresql.mdx b/docs/documentation/platform/dynamic-secrets/postgresql.mdx index c7e0b4530..41096c7a5 100644 --- a/docs/documentation/platform/dynamic-secrets/postgresql.mdx +++ b/docs/documentation/platform/dynamic-secrets/postgresql.mdx @@ -15,7 +15,7 @@ The Infisical MySQL secret rotation allows you to automatically rotate your MySQ - Head over to Secret Rotation configuration page of your project by clicking on `Secret Rotation` in the left side bar + Open the Secret Overview dashboard and select the environment in which you would like to add a dynamic secret. ![Add Dynamic Secret Button](../../../images/platform/dynamic-secrets/add-dynamic-secret-button.png) @@ -85,5 +85,14 @@ The Infisical MySQL secret rotation allows you to automatically rotate your MySQ 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) + + After you click the `Submit` button, a new secret lease will be generated and the Database User and Database Password will be shown. + + ![Provision Lease](../../../images/platform/dynamic-secrets/lease-values.png) + + + As soon as you have generated a few secret leases, you will be able to access them by clicking `Generate` on the dynamic secret row. In this modal, you are able to see the expiration time or delete a secret preemptively. + + ![Provision Lease](../../../images/platform/dynamic-secrets/lease-data.png) diff --git a/docs/images/platform/dynamic-secrets/lease-data.png b/docs/images/platform/dynamic-secrets/lease-data.png new file mode 100644 index 000000000..aecd8c11d Binary files /dev/null and b/docs/images/platform/dynamic-secrets/lease-data.png differ diff --git a/docs/images/platform/dynamic-secrets/lease-values.png b/docs/images/platform/dynamic-secrets/lease-values.png new file mode 100644 index 000000000..d552845f8 Binary files /dev/null and b/docs/images/platform/dynamic-secrets/lease-values.png differ