From 53e232d7f4e2da6fbdbc5ba74745a029d895af37 Mon Sep 17 00:00:00 2001 From: tomoya-kawaguchi Date: Thu, 29 May 2025 13:09:58 +0900 Subject: [PATCH] docs: update document for Secrets Manager --- docs/docs/installation/github.md | 2 +- docs/docs/usage-guide/additional_configurations.md | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/docs/installation/github.md b/docs/docs/installation/github.md index 9ed1effa..d95565f2 100644 --- a/docs/docs/installation/github.md +++ b/docs/docs/installation/github.md @@ -203,7 +203,7 @@ For example: `GITHUB.WEBHOOK_SECRET` --> `GITHUB__WEBHOOK_SECRET` 7. Go back to steps 8-9 of [Method 5](#run-as-a-github-app) with the function url as your Webhook URL. The Webhook URL would look like `https:///api/v1/github_webhooks` -### Using AWS Secrets Manager (Recommended) +### Using AWS Secrets Manager For production Lambda deployments, use AWS Secrets Manager instead of environment variables: diff --git a/docs/docs/usage-guide/additional_configurations.md b/docs/docs/usage-guide/additional_configurations.md index 1967453d..8d205865 100644 --- a/docs/docs/usage-guide/additional_configurations.md +++ b/docs/docs/usage-guide/additional_configurations.md @@ -250,14 +250,3 @@ Where the `ignore_pr_authors` is a list of usernames that you want to ignore. !!! note There is one specific case where bots will receive an automatic response - when they generated a PR with a _failed test_. In that case, the [`ci_feedback`](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/) tool will be invoked. - -## Secret Management - -For production deployments, consider using external secret management: - -- **AWS Secrets Manager**: Recommended for AWS Lambda deployments -- **Google Cloud Storage**: For Google Cloud environments - -External secret providers automatically override environment variables at startup, providing enhanced security for sensitive information like API keys and webhook secrets. - -See [Configuration Options](configuration_options.md#secret-providers) for setup details.