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, }, {