SV-258951r934511_rule
V-258951
SRG-APP-000516
VCSA-80-000284
CAT II
10
From the vSphere Client, go to Administration >> Access Control >> Roles.
Move any accounts not explicitly designated for cryptographic operations, other than Solution Users, to other roles such as "No Cryptography Administrator".
By default, there are four roles that contain cryptographic related permissions: Administrator, No Trusted Infrastructure Administrator, vCLSAdmin, and vSphere Kubernetes Manager.
From the vSphere Client, go to Administration >> Access Control >> Roles.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VIPermission | Where {$_.Role -eq "Admin" -or $_.Role -eq "NoTrustedAdmin" -or $_.Role -eq "vCLSAdmin" -or $_.Role -eq "vSphereKubernetesManager"} | Select Role,Principal,Entity,Propagate,IsGroup | FT -Auto
If there are any users or groups assigned to the default roles with cryptographic permissions and are not explicitly designated to perform cryptographic operations, this is a finding.
The built-in solution users assigned to the administrator role are NOT a finding.
V-258951
False
VCSA-80-000284
By default, there are four roles that contain cryptographic related permissions: Administrator, No Trusted Infrastructure Administrator, vCLSAdmin, and vSphere Kubernetes Manager.
From the vSphere Client, go to Administration >> Access Control >> Roles.
or
From a PowerCLI command prompt while connected to the vCenter server, run the following command:
Get-VIPermission | Where {$_.Role -eq "Admin" -or $_.Role -eq "NoTrustedAdmin" -or $_.Role -eq "vCLSAdmin" -or $_.Role -eq "vSphereKubernetesManager"} | Select Role,Principal,Entity,Propagate,IsGroup | FT -Auto
If there are any users or groups assigned to the default roles with cryptographic permissions and are not explicitly designated to perform cryptographic operations, this is a finding.
The built-in solution users assigned to the administrator role are NOT a finding.
M
5573