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
Remove insecure parameter from Helm and OCI Repository controllers
Remove the insecure parameter from TLS configuration functions in Helm and
OCI Repository controllers to align with security policy. The parameter
allowed InsecureSkipVerify to be set which goes against our security stance.
Updated pkg/runtime to v0.76.0 which no longer accepts the insecure parameter.
For OCIRepository, maintain backward compatibility by handling the specific
case where no certificate is provided and insecure is explicitly set to true.
This is the only allowed exception in Flux controllers.
Signed-off-by: cappyzawa <[email protected]>
0 commit comments