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
seems like we aren't documenting configuring connector when scylla uses client encryption
I've found this inside the code:
public static final Field SSL_OPENSLL_KEYCERTCHAIN = Field.create("scylla.ssl.openssl.keyCertChain")
.withDisplayName("The path to the certificate chain file")
public static final Field SSL_OPENSLL_PRIVATEKEY = Field.create("scylla.ssl.openssl.privateKey")
.withDisplayName("The path to the private key file")
but there's not instruction on how to setup this up or how to upload those files into the connector.
The text was updated successfully, but these errors were encountered:
seems like we aren't documenting configuring connector when scylla uses client encryption
I've found this inside the code:
but there's not instruction on how to setup this up or how to upload those files into the connector.
The text was updated successfully, but these errors were encountered: