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
Modify TypeInstance create/update actions (named as "Argo actions") to take new input context as described in 3rd,4th and 5th step: Workflow syntax - Create
For backward compatibility:
Modify Helm and Terraform runners output and additional output under nested value property in Argo artifact
Make sure all manifests are up-to-date (at least compatible with new Argo artifact syntax)
Acceptance Criteria
"Argo actions" reads mounted artifacts and render a proper GraphQL createTypeInstances mutation. Setting relations with a given backend should be skipped as it's done on Local Hub side.
Handle context propagation in the Local Hub. Send in to a given backend if available.
Create dedicated Capact manifests or update existing ones to showcase usage of the backend.context in Implementation manifest.
Description
Blocked by: #630
Modify TypeInstance create/update actions (named as "Argo actions") to take new input
contextas described in 3rd,4th and 5th step: Workflow syntax - CreateFor backward compatibility:
valueproperty in Argo artifactAcceptance Criteria
createTypeInstancesmutation. Setting relations with a given backend should be skipped as it's done on Local Hub side.contextpropagation in the Local Hub. Send in to a given backend if available.backend.contextin Implementation manifest.backend.contextpropagation. We can use thedotenvprovider, see: Configure Secret storage backend to be used with Local Hub #647Related issues
See epic #604 for reason and use cases.