Description
In this ticket, helm input credentials need to be converted to runtime.Typed.
Helm has a lot of possible credential fields in the current input implementation
The credentials are mostly used in the tls communication with the helm repository
This code path is used by input with a remote chart as well as by access.
TODOs
- migrate from
map[string]string to runtime.Typed credentials in the helm binding
- provide helm credential spec for valid combinations of the credentials linked above
- (optional) drop deprecated credential fields
AC
- helm, both input and access, fully support
runtime.Typed credentials
- old credentials must still work, unless we dropped support for them
Done Criteria
Description
In this ticket,
helminput credentials need to be converted toruntime.Typed.Helm has a lot of possible credential fields in the current input implementation
The credentials are mostly used in the
tlscommunication with the helm repositoryThis code path is used by
inputwith a remote chart as well as byaccess.TODOs
map[string]stringtoruntime.Typedcredentials in thehelm bindingAC
runtime.TypedcredentialsDone Criteria
runtime.Typedto bindings/helm