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
As seen in #468, users with self signed certificates must inject those in the gitsync container(s) using the podOverride property.
This requirement is leaking too many implementation details and is error prone.
Proposal
Expand the spec.clusterConfig.dagsGitSync[].credentialsSecret interface to allow for optional certificate authorities to be configured together with user credentials in the same Secret object.
Problem
As seen in #468, users with self signed certificates must inject those in the
gitsync
container(s) using thepodOverride
property.This requirement is leaking too many implementation details and is error prone.
Proposal
Expand the
spec.clusterConfig.dagsGitSync[].credentialsSecret
interface to allow for optional certificate authorities to be configured together with user credentials in the sameSecret
object.Related issues
The text was updated successfully, but these errors were encountered: