Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
As a part of reducing global properties, Let's remove the properties which are not required by the server/agent and solely used by ui.
All site properties should be defined in their respective stack definition file on server and not in config_mapping.js. Only those properties whose keys are dynamically calculated from other configurations are defined in config_mapping.js (mostly proxyuser hosts and groups related properties).
If a site property needs to be given UI attributes (displayType, displayName, etc), it's not required to have a corresponding global property mapped to it.
Such definition can be done in site_properties.js file.