stack-orchestrator/stack_orchestrator/deploy/k8s
A. F. Dudley ca090d2cd5 Add $generate:type:length$ token support for K8s secrets
- Add GENERATE_TOKEN_PATTERN to detect $generate:hex:N$ and $generate:base64:N$ tokens
- Add _generate_and_store_secrets() to create K8s Secrets from spec.yml config
- Modify _write_config_file() to separate secrets from regular config
- Add env_from with secretRef to container spec in cluster_info.py
- Secrets are injected directly into containers via K8s native mechanism

This enables declarative secret generation in spec.yml:
  config:
    SESSION_SECRET: $generate:hex:32$
    DB_PASSWORD: $generate:hex:16$

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 17:15:19 -05:00
..
helm Fix pyright type errors across codebase 2026-01-22 01:10:36 -05:00
__init__.py Rename app -> stack_orchestrator (#625) 2023-11-07 00:06:55 -07:00
cluster_info.py Add $generate:type:length$ token support for K8s secrets 2026-02-03 17:15:19 -05:00
deploy_k8s.py Add cluster reuse for multi-stack k8s-kind deployments 2026-02-03 17:15:19 -05:00
helpers.py Add cluster reuse for multi-stack k8s-kind deployments 2026-02-03 17:15:19 -05:00
k8s_command.py Apply pre-commit linting fixes 2026-01-21 20:58:31 -05:00