kleat icon indicating copy to clipboard operation
kleat copied to clipboard

Can't set trustStore and trustStorePassword for JenkinsAccount

Open celiawa opened this issue 3 years ago • 0 comments

We're transforming to use kleat to deploy our spinnaker. Currently, we configure trustStore and trustStorePassword for some of our jenkins masters. ci: jenkins: enabled: true masters: - name: pc-cpc permissions: {} address: https://jenkins.url/ username: spinn-user password: xxxxxxxxxxxxxxxx csrf: false trustStore: /home/spinnaker/.hal/production/staging/dependencies/1176791443-EGADIssuingCA3.jks trustStorePassword: cxiSqS5NFxxxxxx

But there're no trustStore and trustStorePassword in the kleat config page. https://github.com/spinnaker/kleat/blob/master/docs/docs.md#proto.ci.JenkinsAccount

celiawa avatar Jun 23 '21 10:06 celiawa