diff --git a/web/app/(app)/secrets/[group]/page.tsx b/web/app/(app)/secrets/[group]/page.tsx index b08b159..4fc12e8 100644 --- a/web/app/(app)/secrets/[group]/page.tsx +++ b/web/app/(app)/secrets/[group]/page.tsx @@ -216,7 +216,7 @@ function SecretRow({ group, secret }: { group: string; secret: Secret }) { {secret.key} will be removed from the{" "} {group} group.
-Anything reading this key — a workflow step, an External Secrets sync — starts failing at its next run.
+Anything reading this key — a workflow step, an API consumer, an external sync — starts failing at its next run.
> } /> @@ -310,7 +310,7 @@ export default function SecretGroupPage() {- ESO reads this group at GET /api/secrets/{group}/values + Read this group at GET /api/secrets/{group}/values
- Every workflow step referencing this group, and any External Secrets sync reading{" "} + Every workflow step referencing this group, and anything reading{" "} /api/secrets/{group}/values, fails at its next run.
> @@ -361,7 +361,7 @@ export default function SecretGroupPage() { onRetry={refetch} skeleton={