diff --git a/docs/documentation/platform/dynamic-secrets/overview.mdx b/docs/documentation/platform/dynamic-secrets/overview.mdx index 42bc33223..84477f1c2 100644 --- a/docs/documentation/platform/dynamic-secrets/overview.mdx +++ b/docs/documentation/platform/dynamic-secrets/overview.mdx @@ -1,13 +1,14 @@ --- -title: "Overview" +title: "Dynamic Secrets" +sidebarTitle: "Overview" description: "Learn how to generate secrets dynamically on-demand." --- ## Introduction -Contrary to static key-value secrets, which require manual input of data into the secure Infisical storage, dynamic secrets are generated on-demand upon access. +Contrary to static key-value secrets, which require manual input of data into the secure Infisical storage, **dynamic secrets are generated on-demand upon access**. -Dynamic secrets are unique to every identity using them. Such secrets come are generated only at the moment they are retrieved, eliminating the possibility of theft or reuse by another identity. Thanks to Infisical's integrated revocation capabilities, dynamic secrets can be promptly invalidated post-use, significantly reducing their lifespan. +**Dynamic secrets are unique to every identity using them**. Such secrets come are generated only at the moment they are retrieved, eliminating the possibility of theft or reuse by another identity. Thanks to Infisical's integrated revocation capabilities, dynamic secrets can be promptly invalidated post-use, significantly reducing their lifespan. ## Benefits of Dynamic Secrets @@ -28,3 +29,6 @@ Dynamic secrets are particularly useful in environments with stringent security ## Infisical Dynamic Secret Templates 1. [PostgreSQL](./postgresql) +2. [MySQL](./mysql) +3. [Cassandra](./cassandra) +4. [Oracle](./oracle)