We need to provide a mechanism for integrating connections and workflow orchestration/pipelines. We should be able to use connections without the distracting overhead of Kubernetes/Argo abstractions (i.e. secrets, configmaps).
The following functionality should be included:
Injecting connection-fields as files/environment variables in Argo Workflow containers
Support templating values to facilitate different format requirements (e.g. specific connectionstring formats)
Minimize or avoid required RBAC (especially on secrets)
We need to provide a mechanism for integrating connections and workflow orchestration/pipelines. We should be able to use connections without the distracting overhead of Kubernetes/Argo abstractions (i.e. secrets, configmaps).
The following functionality should be included: