Adds a "Visibility & Scope" section to the Secrets Manager overview
(en/pt-BR/ko/ar) calling out that Workload Identity configs are
organization-wide today and that every automation kickoff runs the
WI secret-fetch phase regardless of whether the automation references
any WI-backed env var. Temporary disclosure pending per-automation
scoping (tracked separately in CON-201).
Refs CON-203
Move the 9 Secrets Manager + Workload Identity pages from the
replicated-config Helm chart docs (enterprise-docs.crewai.com) into
the main CrewAI docs site (docs.crewai.com), where they sit alongside
the other AMP/enterprise feature docs.
- Adds en/enterprise/features/secrets-manager/{overview,usage,aws,
aws-workload-identity,gcp,gcp-workload-identity,azure,
azure-workload-identity,verify-rotation}.mdx
- Translates all 9 pages to pt-BR, ko, and ar
- Wires the new pages into docs.json under a new "Secrets Manager"
sidebar group in the AMP tab of each language's v1.14.5 block
(the feature requires CrewAI runtime >= 1.14.5)
Companion PR on replicated-config removes the original pages and
adds redirects from the old URLs.
Refs CON-203