SV-258929r961599_rule
V-258929
SRG-APP-000428
VCSA-80-000196
CAT II
10
From the vSphere Client, go to Host and Clusters.
Select the vCenter Server >> Select the target cluster >> Configure >> vSAN >> Services >> Data Services.
Click "Edit".
Enable "Data-At-Rest encryption" and select a pre-configured key provider from the drop down. Click "Apply".
Note: Before enabling, read and understand the operational implications of enabling data at rest encryption in vSAN and how it effects capacity, performance, and recovery scenarios.
If no clusters are enabled for vSAN, this is not applicable.
From the vSphere Client, go to Host and Clusters.
Select the vCenter Server >> Select the cluster >> Configure >> vSAN >> Services >> Data Services.
Review the "Data-at-rest encryption" status.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-Cluster | Where-Object {$_.VsanEnabled -eq $true} | Get-VsanClusterConfiguration | Select-Object Name,EncryptionEnabled
If "Data-At-Rest encryption" is not enabled, this is a finding.
V-258929
False
VCSA-80-000196
If no clusters are enabled for vSAN, this is not applicable.
From the vSphere Client, go to Host and Clusters.
Select the vCenter Server >> Select the cluster >> Configure >> vSAN >> Services >> Data Services.
Review the "Data-at-rest encryption" status.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-Cluster | Where-Object {$_.VsanEnabled -eq $true} | Get-VsanClusterConfiguration | Select-Object Name,EncryptionEnabled
If "Data-At-Rest encryption" is not enabled, this is a finding.
M
5573