From 47aca3f3e277e2478e6033b288ef336f0031f28f Mon Sep 17 00:00:00 2001 From: vmatsiiako <78047717+vmatsiiako@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:05:24 -0700 Subject: [PATCH] Update overview.mdx --- .../platform/dynamic-secrets/overview.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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)