1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Bug 1934152: using Tang is supported on vSphere

Update modules/installation-special-config-storage.adoc

Co-authored-by: Bob Furu <bfuru@redhat.com>
This commit is contained in:
Micah Abbott
2021-06-17 11:24:47 -04:00
committed by openshift-cherrypick-robot
parent b2f24a1b31
commit d789726b01

View File

@@ -22,7 +22,12 @@ This feature:
There are two different supported encryption modes:
* TPM v2: This is the preferred mode. TPM v2 stores passphrases in a secure cryptoprocessor.
* Tang: To use Tang to encrypt your cluster, you need to use a Tang server. Clevis implements decryption on the client side. Tang encryption mode is only supported for bare metal installs.
* Tang: To use Tang to encrypt your cluster, you need to use a Tang server. Clevis implements decryption on the client side.
[IMPORTANT]
====
The use of Tang encryption mode to encrypt your disks is only supported for bare metal and vSphere installations on user-provisioned infrastructure.
====
[NOTE]
====