Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/deploy-applications/traefik/middleware-basicauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
2 changes: 1 addition & 1 deletion src/components/about-glueops.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down