SV-258969r934565_rule
V-258969
SRG-APP-000516
VCSA-80-000304
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-In-Transit encryption" and choose a rekey interval suitable for the environment then click "Apply".
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-in-transit encryption" status.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following commands:
$vsanclusterconf = Get-VsanView -Id VsanVcClusterConfigSystem-vsan-cluster-config-system
$vsanclusterconf.VsanClusterGetConfig((Get-Cluster -Name <cluster name>).ExtensionData.MoRef).DataInTransitEncryptionConfig
Repeat these steps for each vSAN enabled cluster in the environment.
If "Data-In-Transit encryption" is not enabled, this is a finding.
V-258969
False
VCSA-80-000304
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-in-transit encryption" status.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following commands:
$vsanclusterconf = Get-VsanView -Id VsanVcClusterConfigSystem-vsan-cluster-config-system
$vsanclusterconf.VsanClusterGetConfig((Get-Cluster -Name <cluster name>).ExtensionData.MoRef).DataInTransitEncryptionConfig
Repeat these steps for each vSAN enabled cluster in the environment.
If "Data-In-Transit encryption" is not enabled, this is a finding.
M
5573