SV-257564r1050650_rule
V-257564
SRG-APP-000429-CTR-001060
CNTR-OS-000780
CAT II
10
Set API encryption type by executing the following:
oc edit apiserver
Set the encryption field type to aescbc:
spec:
encryption:
type: aescbc
Additional details about the configuration can be found in the documentation:
https://docs.openshift.com/container-platform/4.8/security/encrypting-etcd.html
Review the API server encryption by running by executing the following:
oc edit apiserver
EXAMPLE OUTPUT
spec:
encryption:
type: aescbc
If the encryption type is not "aescbc", this is a finding.
V-257564
False
CNTR-OS-000780
Review the API server encryption by running by executing the following:
oc edit apiserver
EXAMPLE OUTPUT
spec:
encryption:
type: aescbc
If the encryption type is not "aescbc", this is a finding.
M
5547