From 91761dcbfb1de4ee613e5df560a053897d421b50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:16:16 +0000 Subject: [PATCH 1/2] Initial plan From 786abd3bf80e70ad510adcae452994a8a0456d63 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 17:19:45 +0000 Subject: [PATCH 2/2] Apply changes from docs/ar-suggestions branch: fix caution block and update secret management references Co-authored-by: venkatamutyala <6570292+venkatamutyala@users.noreply.github.com> --- docs/deploy-applications/traefik/middleware-basicauth.md | 3 +-- src/components/about-glueops.tsx | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/deploy-applications/traefik/middleware-basicauth.md b/docs/deploy-applications/traefik/middleware-basicauth.md index 91fd05b15..313ccbb06 100644 --- a/docs/deploy-applications/traefik/middleware-basicauth.md +++ b/docs/deploy-applications/traefik/middleware-basicauth.md @@ -183,6 +183,5 @@ stringData: - The Secret must be in the same namespace as the Middleware (`nonprod`) :::caution -The credentials in this example are stored in plain text in your values file. -:::consider using ExternalSecrets resources to pull credentials from our secret store. +The credentials in this example are stored in plain text in your values file. For production use, consider using [ExternalSecrets](https://external-secrets.io/) to pull credentials from a secrets manager like AWS Secrets Manager or OpenBao. ::: diff --git a/src/components/about-glueops.tsx b/src/components/about-glueops.tsx index b69678c6e..af5a9ea7b 100644 --- a/src/components/about-glueops.tsx +++ b/src/components/about-glueops.tsx @@ -46,7 +46,7 @@ const callouts: Callout[] = [ }, { title: "Encrypted Secret Management", - text: "Ensure security with an encrypted secret store for confidential values, including seamless integration with popular options like OpenBao.", + text: "Ensure security with an encrypted secret store for confidential values, including seamless integration with popular options like AWS Secrets Manager.", icon: ShareIcon, }, {