f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Add support for Session Mirroring in TLS_Server and TLS_Client
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?
Thank you for your feedback. I have added AUTOTOOL-2746 to our internal product backlog to expose the session-mirroring properties.
If you are still looking for a fix, please reach out to us at [email protected] in order to prioritize.
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.