You can provide access control for custom software domains also. A user can perform tasks, in the default software domain as well as custom software domains, based on the capabilities assigned to the role associated with the user.
To enable access control for the custom software domains:
custom_sw_domains
in the <InstallDir>\tomcat\webapps\em\WEB-INF\console.properties
file.For example, a user with software.read
capability can view the softwares in the custom domains, software_custom1 and software_custom2also if the parameter custom_sw_domains
is set in the console.property
file as follows:
custom_sw_domains=
software_custom1,software_custom2