Open calman-isu opened 2 years ago
Thank you for your feedback. I have added this to our internal product backlog as AUTOTOOL-2962.
Please reach out to us at automation_toolchain_pm@f5.com in order for us to get more information and prioritize. Thanks.
Hi @dstokesf5 , @sunitharonan
Has there been any progress on AUTOTOOL-2962
? If it is still in development, would it be possible to have this include the "Description" of the redirect virtual server to be a copy of the main VS's description/remark?
The current behaviour is the description of the Redirect VS taks the Path
(application) name of the virtual. I think would better for usability if it matched the main VS's description.
Environment
Summary
This seems vaguely similar to #514.
When setting redirect80 to 'true'. the resulting port 80 virtual server does not inherit the AFM policy or logging profile of the parent VIP. This causes AFM to effectively block (and not log) traffic to port 80.
I am deploying AS3 VSs through Big-IQ, but I suspect the result would be the same when declaring directly to the Big-IP.
Steps To Reproduce
Steps to reproduce the behavior:
Submit the following declaration:
Observe the following error response:
ltm virtual /example.com_HTTPS_443/ipv4_vip/serviceMain-Redirect- { creation-time 2022-01-12:14:44:03 description ipv4_vip destination 10.254.254.254:http ip-protocol tcp last-modified-time 2022-01-12:14:44:03 mask 255.255.255.255 partition example.com_HTTPS_443 profiles { http { } test-tcp-client { context clientside } test-tcp-server { context serverside } } rules { _sys_https_redirect } serverssl-use-sni disabled source 0.0.0.0/0 source-address-translation { type automap } translate-address enabled translate-port enabled vs-index 54 }