mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
15 lines
593 B
Plaintext
15 lines
593 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * security/encrypting-etcd.adoc
|
|
// * post_installation_configuration/cluster-tasks.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="etcd-encryption-types_{context}"]
|
|
= Supported encryption types
|
|
|
|
The following encryption types are supported for encrypting etcd data in {product-title}:
|
|
|
|
AES-CBC:: Uses AES-CBC with PKCS#7 padding and a 32 byte key to perform the encryption. The encryption keys are rotated weekly.
|
|
|
|
AES-GCM:: Uses AES-GCM with a random nonce and a 32 byte key to perform the encryption. The encryption keys are rotated weekly.
|