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
Render validation applies URL parsing to every scalar string. The official image placeholder image:tag is therefore interpreted as an unsafe URL scheme.
RenderModule copies the complete module deployment/kustomize tree, including unrelated environment overlays, instead of installing only the selected environment bootstrap.
CLI output is installed under deployments/environments//modules/, while module-saas-starter#30 validates and generates Applications for deployments/modules//services//overlays/.
Publication does not hand an immutable reviewed service snapshot to the module generator before Applications are generated.
Reproduction from codefly-dev/mind#216 at Mind main c35f86dd with current official plugin pins:
codefly deploy gitops render users --env local --app-project mind-server-users-local
A diagnostic service render also proves current go-grpc output contains an unowned Namespace and Kubernetes Secret, which the module generator must reject.
Request PROMOTABLE_GITOPS_V1 for every GitOps render, including local Argo qualification; reserve EPHEMERAL_LOCAL_APPLY_V1 for verified direct local apply.
Pass typed secret references, never secret bytes, and reject a plugin response whose returned profile differs from the request.
Apply URL validation only to URL-bearing fields; accept valid OCI image references and Kustomize image selectors.
Render and inventory only the selected environment bootstrap plus its exact module service graph.
Align the CLI-owned service snapshot path with module-saas-starter#30.
Publish the immutable service snapshot before invoking module generation, then bind generated Applications to that exact reviewed revision.
Problem
PR #155 closed #152, but current main does not compose with the contracts that #152 depended on:
Reproduction from codefly-dev/mind#216 at Mind main c35f86dd with current official plugin pins:
The command fails with:
A diagnostic service render also proves current go-grpc output contains an unowned Namespace and Kubernetes Secret, which the module generator must reject.
Acceptance criteria
Plugin dependencies:
Blocks codefly-dev/mind#216.