Skip to content

Add parameters to configure custom certificate authorities (CA)

Philippe Lagardere requested to merge manage_custom_ca into main

Closes #2 (closed)

Two distinct ways of managing CAs are offered :

  • an array of base64-encoded PEM-formatted certificates (through the repeatable --s3-ca-certificate-base64 flag or s3.caCertificatesBase64 Helm template value)
  • a single path file containing a bundle of PEM-formatted certificates (through the --s3-ca-certificate-bundle-path flag or s3.caCertificateBundlePath Helm template value)

Merge request reports

Loading