This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new ae17d298f change default encryptionPolicy to "REQUIRED_REMOTE" (#1818)
ae17d298f is described below
commit ae17d298f140e037557912b7ada1ed01b1eee5a4
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Aug 9 12:36:46 2026 +0100
change default encryptionPolicy to "REQUIRED_REMOTE" (#1818)
---
kudu/src/main/resources/reference.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kudu/src/main/resources/reference.conf
b/kudu/src/main/resources/reference.conf
index 988b3cfa6..7727bbfb5 100644
--- a/kudu/src/main/resources/reference.conf
+++ b/kudu/src/main/resources/reference.conf
@@ -6,6 +6,8 @@ pekko.connectors.kudu {
master-address = ""
# options: OPTIONAL,REQUIRED_REMOTE,REQUIRED
# reference to org.apache.kudu.client.AsyncKuduClient.EncryptionPolicy
- encryptionPolicy = "OPTIONAL"
+ # REQUIRED_REMOTE enforces encryption for remote connections while allowing
+ # unencrypted connections to localhost (useful for local development/testing)
+ encryptionPolicy = "REQUIRED_REMOTE"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]