From 47de84c170bc39dbfb5f22281f845f6f7d33728f Mon Sep 17 00:00:00 2001 From: Forrest Evans Date: Wed, 22 Jan 2025 12:43:39 -0800 Subject: [PATCH] Minor fixes --- docs/manual/key-storage/storage-plugins/aws-secrets-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/key-storage/storage-plugins/aws-secrets-manager.md b/docs/manual/key-storage/storage-plugins/aws-secrets-manager.md index e78e50f4d..bfa247e5f 100644 --- a/docs/manual/key-storage/storage-plugins/aws-secrets-manager.md +++ b/docs/manual/key-storage/storage-plugins/aws-secrets-manager.md @@ -3,7 +3,7 @@ :::enterprise ::: -AWS Secrets Manager provides users with a service to manage, retrieve, and rotate database credentials, application credentials, OAuth tokens, API keys, and other secrets throughout their lifecycles. Many AWS services store and use secrets in Secrets Manager. +AWS Secrets Manager allows users to manage, retrieve, and rotate database credentials, application credentials, OAuth tokens, API keys, and other secrets throughout their life-cycles. Many AWS services store and use secrets in Secrets Manager. This integration allows users to retrieve secrets from the AWS Secrets Manager service and use those secrets for connecting to resources such as VMs, databases, other tools, and much more.