Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuring connector when scylla uses client encryption isn't documented #53

Open
fruch opened this issue Jun 23, 2024 · 2 comments
Open
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@fruch
Copy link

fruch commented Jun 23, 2024

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
Copy link
Author

fruch commented Jun 23, 2024

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

@roydahan
Copy link
Collaborator

Done.

@roydahan roydahan added the documentation Improvements or additions to documentation label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants