docs(secrets): complete secrets management guide with new-service setup procedure#43
Open
andrest50 wants to merge 16 commits into
Open
docs(secrets): complete secrets management guide with new-service setup procedure#43andrest50 wants to merge 16 commits into
andrest50 wants to merge 16 commits into
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR completes the LFX V2 secrets management documentation in two ways:
lfx_one/secrets-management.md— fills in the Step 6 TODO placeholder and restructures the full step-by-step procedure into 12 clear, ordered stepslfx_one/skills/lfx-v2-secrets/SKILL.md— adds a new AI skill providing complete secrets setup guidance for Claude CodeWhat changed in
secrets-management.mdStep reordering — Infrastructure setup now comes first (Steps 1–7), so the one-time wiring is done before adding any secrets. Per-secret work follows as Steps 8–12. A prominent callout at the top lets existing services skip directly to Step 8.
lfx-v2-opentofu)serviceaccount.yamlHelm templatesecretstore.yamlHelm templateexternalsecret.yaml— tag-discovery (recommended) and explicit-data patternsvalues.yamldefaults and document the three ESO render gatesTag format updated throughout from the legacy
service: pcctoservice-pcc: enabled. This convention allows a single secret to carry tags for multiple consuming services simultaneously. Updated in: mermaid diagram, Service Tag Integration section, Configuration Example, Configuration Breakdown.Other fixes: outdated role name examples (
k8s-secret-access-pcc→lfx-v2-pcc), mermaid ExternalSecret filter labels, ArgoCD casing in prose, clarified default values wording forserviceAccount.create.What the
lfx-v2-secretsskill coversThe AI skill provides end-to-end guidance in two modes:
lfx-v2-opentofu, service Helm chart, andlfx-v2-argocd— IRSA role, ServiceAccount/SecretStore/ExternalSecret templates, values defaults, per-env ArgoCD values, local dev config, and lfx-secrets-management YAMLAll YAML examples are grounded in the real
lfx-v2-email-serviceandlfx-v2-invite-serviceimplementations and match thelfx-secrets-managementschema (environments:,json_fields:,service-*: enabledtags,accountsmapping,regionsas list).Ticket
N/A
🤖 Generated with Claude Code