SV-257567r961632_rule
V-257567
SRG-APP-000439-CTR-001080
CNTR-OS-000820
CAT II
10
Delete any Route or Ingress that does not use a secure transport.
oc delete route <NAME> -n <NAMESPACE>
or
oc delete ingress <NAME> -n <NAMESPACE>
Verify that routes and ingress are using secured transmission ports and protocols by executing the following:
oc get routes --all-namespaces
Review the ingress ports, if the Ingress is not using a secure TLS transport, this is a finding.
V-257567
False
CNTR-OS-000820
Verify that routes and ingress are using secured transmission ports and protocols by executing the following:
oc get routes --all-namespaces
Review the ingress ports, if the Ingress is not using a secure TLS transport, this is a finding.
M
5547