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
@@ -166,6 +167,8 @@ The following table describes each available provider:
166
167
<td colspan="4">Resources written as-is without encryption. When set as the first provider, the resource will be decrypted as new values are written. Existing encrypted resources are <strong>not</strong> automatically overwritten with the plaintext data.
167
168
The <tt>identity</tt> provider is the default if you do not specify otherwise.</td>
168
169
</tr>
170
+
</tbody>
171
+
<tbody id="encryption-providers-that-encrypt">
169
172
<tr>
170
173
<th rowspan="2" scope="row"><tt>aescbc</tt></th>
171
174
<td>AES-CBC with <a href="https://datatracker.ietf.org/doc/html/rfc2315">PKCS#7</a> padding</td>
@@ -187,16 +190,6 @@ The following table describes each available provider:
187
190
<td colspan="4">Not recommended for use except when an automated key rotation scheme is implemented. Key material accessible from control plane host.</td>
<td colspan="4">Uses relatively new encryption technologies that may not be considered acceptable in environments that require high levels of review. Key material accessible from control plane host.</td>
198
-
</tr>
199
-
<tr>
200
193
<th rowspan="2" scope="row"><tt>kms</tt> v1</th>
201
194
<td>Uses envelope encryption scheme with DEK per resource.</td>
202
195
<td>Strongest</td>
@@ -234,6 +227,16 @@ The following table describes each available provider:
234
227
Read how to <a href="/docs/tasks/administer-cluster/kms-provider#configuring-the-kms-provider-kms-v2">configure the KMS V2 provider</a>.
<td colspan="4">Uses relatively new encryption technologies that may not be considered acceptable in environments that require high levels of review. Key material accessible from control plane host.</td>
0 commit comments