This article explains that the drop-down menu in the Security Director 19.2R1/19.3R1 IPS Policy Creation UI, which contains service objects, does not show all the provisioned service objects and the search functionality too is affected for these service objects due to a pagination issue.
It provides a solution to resolve this issue, while indicating that a fix is now available.
Users will not be able to scroll for all the service objects in the Security Director IPS Policy Creation UI or search for any specific service object because the scroll bar is restricted and does not scroll beyond displaying a certain number of objects.
This is because of a pagination issue wherein infinite scrolling for the IPS policy is not supported.
Note: At the time of writing, SD 19.3 is the latest release and does not include the fix. Releases after 19.3 are scheduled to include this fix.
Please use the steps below to apply a patch to Security Director 19.2 or 19.3.
Download the patch here .
Note: Repeat these steps for all Space JBoss nodes.
unzip /var/tmp/JS.zip /var/tmp/
Two files are extracted:
ipsRuleGridServiceEditorView.js
ipsRuleGridConstants.js
cd /usr/local/slipstream/public/installed_plugins/ips-policy-management/js/ips/rules/constants/
mv ipsRuleGridConstants.js ipsRuleGridConstants.js.copy
dConstants.js ipsRuleGridConstants.js.copy
mv /var/tmp/ipsRuleGridConstants.js .
chown slipstream:slipstream ipsRuleGridConstants.js
chmod 644 ipsRuleGridConstants.js
cd /usr/local/slipstream/public/installed_plugins/ips-policy-management/js/ips/rules/views
mv ipsRuleGridServiceEditorView.js ipsRuleGridServiceEditorView.js.copy
mv /var/tmp/ipsRuleGridServiceEditorView.js .
chown slipstream:slipstream ipsRuleGridServiceEditorView.js
chmod 644 ipsRuleGridServiceEditorView.js
2019-12-10: Minor technical corrections