scylla-cdc-source-connector icon indicating copy to clipboard operation
scylla-cdc-source-connector copied to clipboard

configuring connector when scylla uses client encryption isn't documented

Open fruch opened this issue 1 year ago • 2 comments

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.

fruch avatar Jun 23 '24 06:06 fruch

@roydahan can you set triage for all devs here ? so we can label and assign issues ?

fruch avatar Jun 23 '24 10:06 fruch

Done.

roydahan avatar Jun 24 '24 01:06 roydahan