Closed selinaarokiaswamy-GSLAB closed 2 years ago
Thanks for reporting this issue. We are now tracking it internally with ID MYSTIQUE-473.
After taking a look at this, we were able to reproduce point 1 but not able to reproduce points 2 and 3.
After taking a look at this, we were able to reproduce point 1 but not able to reproduce points 2 and 3.
- We will add the SNMP community string with a default value of 'public' to the Exchange template.
- Regarding points 2 and 3, in version 15.1.3.1:
- the "TLS Server Chain" file lists does display when "TLS Server Chain" box is checked
- the "TLS Client Profile" list does display when the "TLS Client" box is checked and the "Automatically manage the TLS client profile" box isn't checked.
@shyawnkarim Yes points 2 & 3 do display when "TLS Server Chain" & "TLS Client" boxes are checked, however the "TLS Server Chain" & "TLS Client" fields are of boolean type and do not have a default property, and so at some places in other templates (for example: Enable bluegreen field in BlueGreen Template) the fields that are of type boolean and do not have a default property were assumed to be true (or checked) by default. Hence, I think either "TLS Server Chain" & "TLS Client" should be checked by default which would display points 2 & 3 on the FAST form or add a default property to the above fields. Thanks.
The BlueGreen template did not have default values for those check boxes, in schema, but they evaluated to true because the template used parameters to assign their initial value to true. This we call a pre-filled/example default. Without this entry in parameters, it would be unchecked initially - since there is no default in schema or prep-filled/example default in schema or prep-filled/example default in parameters. Here is a screenshot:
We are intentionally not giving these an initial value in schema or parameters, and that might be all he wants to know, but here are the reasons why these default values are intentionally not true:
Closing.
This issue was resolved with Release 1.14.0.
Environment
Summary
The dependencies for the following FAST input fields evaluate to be true from the FAST schema but they are not displayed on BIG-IP FAST form. Please refer below images for reference. FAST input fields :
Steps To Reproduce
Expected Behavior
If the dependencies for the above FAST input fields evaluate to be true from the FAST schema then those fields should be displayed on BIG-IP FAST form
Actual Behavior
The FAST input fields with valid dependencies should be displayed on BIG-IP FAST form