We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe2208 commit f96a7beCopy full SHA for f96a7be
1 file changed
rust/operator-binary/src/command.rs
@@ -44,6 +44,8 @@ pub fn container_prepare_args(
44
45
// Create truststore that will be used when talking to external tools like S3
46
// It will be populated from the system truststore so that connections against public services like AWS S3 are still possible
47
+ // FIXME: *Technically* we should only add the system truststore in case any webPki usage is detected, wether that's in
48
+ // S3, LDAP, OIDC, FTE or whatnot.
49
args.push(format!("cert-tools generate-pkcs12-truststore --pem /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem --out {STACKABLE_CLIENT_TLS_DIR}/truststore.p12 --out-password {STACKABLE_TLS_STORE_PASSWORD}"));
50
51
if trino.tls_enabled() {
0 commit comments