From b196251c19e6856825f48caee25d7339d01d4e52 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Fri, 1 Nov 2024 00:42:23 +0800 Subject: [PATCH] doc: add kubernetes encryption --- docs/documentation/platform/kms/kubernetes-encryption.mdx | 5 +++++ docs/documentation/platform/{kms.mdx => kms/overview.mdx} | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/documentation/platform/kms/kubernetes-encryption.mdx rename docs/documentation/platform/{kms.mdx => kms/overview.mdx} (99%) diff --git a/docs/documentation/platform/kms/kubernetes-encryption.mdx b/docs/documentation/platform/kms/kubernetes-encryption.mdx new file mode 100644 index 0000000000..748ac8c810 --- /dev/null +++ b/docs/documentation/platform/kms/kubernetes-encryption.mdx @@ -0,0 +1,5 @@ +--- +title: "Kubernetes Encryption with KMS" +sidebarTitle: "Kubernetes Encryption" +url: "https://github.com/Infisical/k8-kms-plugin" +--- diff --git a/docs/documentation/platform/kms.mdx b/docs/documentation/platform/kms/overview.mdx similarity index 99% rename from docs/documentation/platform/kms.mdx rename to docs/documentation/platform/kms/overview.mdx index eb4479597d..a9563a6353 100644 --- a/docs/documentation/platform/kms.mdx +++ b/docs/documentation/platform/kms/overview.mdx @@ -1,6 +1,6 @@ --- title: "Key Management Service (KMS)" -sidebarTitle: "Key Management (KMS)" +sidebarTitle: "Overview" description: "Learn how to manage and use cryptographic keys with Infisical." ---