You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024/07/17 09:30:58 [ERROR] TLSProfile reencrypt-tls with host www.migration.com does not match with virtual server route-b host.
Where it should be the other way around, ie:
2024/07/17 09:30:58 [ERROR] TLSProfile reencrypt-tls with host www.example.com does not match with virtual server route-b host www.migration.com.
Steps To Reproduce
Create the above config with mismatching host names
Expected Result
The proposed error message
That the status of the VS is updated with an indicator of the error, the more precise the better (ie: BADTLS). At present the status field is just empty:
[cloud-user@ocp-provisioner routes-bigip]$ oc -n openshift-ingress get vs
NAME HOST TLSPROFILENAME HTTPTRAFFIC IPADDRESS IPAMLABEL IPAMVSADDRESS STATUS AGE
route-b www.migration.com reencrypt-tls 10.1.10.106 7m30s
Actual Result
wrong log error
no status field update
The text was updated successfully, but these errors were encountered:
Setup Details
CIS Version : 2.17.1
Build: f5networks/k8s-bigip-ctlr:2.17.1
Description
When using the following wrong configuration:
and
The error message is:
Where it should be the other way around, ie:
Steps To Reproduce
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: