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
Would it possible to set spec.target.additionalFormats.jks.password/spec.target.additionalFormats.pkcs12.password from a secret reference and key?
Would it be possible to have that password included in to the generated secret, or a separate one?
The text was updated successfully, but these errors were encountered:
Ceddaerrix
changed the title
About Target JKS/PXCS12 password - Not in the generated target configMap/Secret
About Target JKS/PKCS12 password - Not in the generated target configMap/Secret
Sep 3, 2024
Would it be possible to have that password included in to the generated secret, or a separate one?
Why? If you think the keystore/truststore password represent anything useful, you should keep it separate from the keystore/password and manage it independently. 😸
I have recently discovered trust-manager and started experimenting with it.
To me, the part about JKS/PKCS12 password lacks some clarity:
spec.target.additionalFormats.jks.password
andspec.target.additionalFormats.pkcs12.password
are introduced as a mean to overwrite the default 'changeit' password.Looking to use the bundle outcome (as a secret) with Jenkins for the HTTPS keystore (see https://github.com/jenkinsci/helm-charts/blob/e60a42b6e11f41328f73c4a90bcbcce14f535165/charts/jenkins/values.yaml#L836-L846), I was under the impression that the JKS/PKCS12 password would be included into the generated secret.
Unfortunately, tests showed that it is not the case...
spec.target.additionalFormats.jks.password
/spec.target.additionalFormats.pkcs12.password
from a secret reference and key?The text was updated successfully, but these errors were encountered: