This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit c57263c62ee620b74673d19cd182cb07adc1815d
Author: Alexey Serbin <ale...@apache.org>
AuthorDate: Fri Apr 19 12:27:41 2024 -0700

    [docs] encryption-at-rest is now natively supported
    
    This is a follow-up to c5956652522311e2bf5263aa05129d4b79c22d52.
    
    Change-Id: Ia0ebd410dae1e17641826795b2ac0b0ba7648d00
    Reviewed-on: http://gerrit.cloudera.org:8080/21336
    Reviewed-by: Mahesh Reddy <mre...@cloudera.com>
    Tested-by: Alexey Serbin <ale...@apache.org>
    Reviewed-by: Attila Bukor <abu...@apache.org>
---
 docs/known_issues.adoc | 4 ----
 docs/security.adoc     | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 1079ab3cb..16c0788e6 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -172,10 +172,6 @@ anecdotal values that have been seen in real world 
production clusters:
 
 * Row-level authorization is not available.
 
-* Data encryption at rest is not directly built into Kudu. Encryption of
-  Kudu data at rest can be achieved through the use of local block device
-  encryption software such as `dmcrypt`.
-
 * Server certificates generated by Kudu IPKI are incompatible with
   link:https://www.bouncycastle.org/[bouncycastle] version 1.52 and earlier. 
See
   link:https://issues.apache.org/jira/browse/KUDU-2145[KUDU-2145] for details.
diff --git a/docs/security.adoc b/docs/security.adoc
index 90f9c2ce6..6f5b2012c 100644
--- a/docs/security.adoc
+++ b/docs/security.adoc
@@ -629,7 +629,3 @@ Kudu has a few known security limitations:
 
 External PKI:: Kudu does not support externally-issued certificates for 
internal
 wire encryption (server to server and client to server).
-
-On-disk Encryption:: Kudu does not have built-in on-disk encryption. However,
-Kudu can be used with whole-disk encryption tools such as dm-crypt.
-

Reply via email to