f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

Add support for Session Mirroring in TLS_Server and TLS_Client

Open DaanOlbrechts opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe.

The TLS_Server and TLS_Client classes correspond to ClientSSL and ServerSSL profiles, but not all parameters available in SSL profiles are available in AS3. In our environment we would like to enable 'Session Mirroring' which is currently always disabled in AS3-managed SSL profiles.

Describe the solution you'd like

Add support for enabling Session Mirroring in AS3 by adding a new parameter to the TLS_Server and TLS_Client classes.

Describe alternatives you've considered

Circumventing this limitation (or any AS3-unsupported property) by referring to a parent profile with the parameters configured as desired is not an option because of the AS3 design. If the AS3 declaration is supposed to be the source of truth it should be able to support all configuration options (where in the case of SSL profile multiple parameters are still missing).

Additional context

ltm profile client-ssl profile_clientssl_example {
...
session-mirroring enabled
...
}

in addition to this specific property, maybe this is the right time to introduce a scalable solution to support currently unsupported parameters and others that may be introduced in future BIGIP versions?

DaanOlbrechts avatar Sep 01 '21 14:09 DaanOlbrechts

Thank you for your feedback. I have added AUTOTOOL-2746 to our internal product backlog to expose the session-mirroring properties.

dstokesf5 avatar Sep 13 '21 21:09 dstokesf5

If you are still looking for a fix, please reach out to us at [email protected] in order to prioritize.

sunitharonan avatar Oct 25 '22 19:10 sunitharonan

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

github-actions[bot] avatar Nov 24 '22 19:11 github-actions[bot]