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
Copy file name to clipboardExpand all lines: modules/howtos/pages/encrypting-using-sdk.adoc
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@
8
8
9
9
For a high-level overview of this feature, see xref:concept-docs:encryption.adoc[].
10
10
11
+
[TIP]
12
+
.Native Encryption at Rest
13
+
====
14
+
Server 8.x (and new Capella Operational clusters) offer xref:server:learn:security/native-encryption-at-rest-overview.adoc[encryption at rest].
15
+
It's a comprehensive way of encrypting all data in a non-ephemeral bucket,
16
+
as well as logs, configuration data, and audit data.
17
+
However, you may prefer the relative simplicity of key management in Field Level Encryption for use cases where there are a limited number of data to be encrypted.
0 commit comments