Skip to content

Commit f96a7be

Browse files
committed
Add comment
1 parent 7fe2208 commit f96a7be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/operator-binary/src/command.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ pub fn container_prepare_args(
4444

4545
// Create truststore that will be used when talking to external tools like S3
4646
// 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.
4749
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}"));
4850

4951
if trino.tls_enabled() {

0 commit comments

Comments
 (0)