You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #32 closed #30, but the generated Argo bootstrap is not connected to the GitOps lifecycle merged in codefly-dev/cli#152. The checked-in deployment README still states that callers must perform the service-render, commit, revision update, and module-generation sequence manually until CLI #152 invokes it.
The two implementations currently disagree:
the module generator requires service overlays at deployments/modules//services//overlays/;
the CLI installs module renders under deployments/environments//modules/;
the generator accepts only HTTPS/SSH repositories, while the CLI local qualification uses a disposable file Git remote;
the CLI copies the generator's complete multi-environment kustomize tree during a single-environment render;
the generator has no released promotable plugin output to consume and correctly rejects current Secret and Namespace output.
This leaves codefly-dev/mind#216 with no valid generation path. Hand-editing the copied manifests is explicitly forbidden.
Acceptance criteria
Consume the CLI's canonical service render inventory and exact module/service graph instead of relying on an independently assumed layout.
Preserve rejection of missing/extra services, Kubernetes secret values, wildcard authority, mutable AWS revisions, unowned cluster resources, and incomplete managed-service handoffs.
Add a real Mind-shaped integration test with users services accounts, cache, forge-edge, frontend, object-storage, store, and vault; prove auth-sidecar is rejected.
Qualify exact routes and topology-derived default-deny NetworkPolicy exceptions for local and AWS.
Problem
PR #32 closed #30, but the generated Argo bootstrap is not connected to the GitOps lifecycle merged in codefly-dev/cli#152. The checked-in deployment README still states that callers must perform the service-render, commit, revision update, and module-generation sequence manually until CLI #152 invokes it.
The two implementations currently disagree:
This leaves codefly-dev/mind#216 with no valid generation path. Hand-editing the copied manifests is explicitly forbidden.
Acceptance criteria
Dependencies:
Blocks codefly-dev/mind#216.