We recommend that you perform the following steps before you move CA GovernanceMinder from a test to a production environment.
eurekify-jboss\server\eurekify\deploy\jbossweb.sar
<SessionCokkie secure="true"httpOnly="true"/>
\eurekify-jboss\server\eurekify\deploy\ROOT.war
<allow-access-from domain="*"/>
Example: company.com
\eurekify-jboss\server\eurekify\deploy\ROOT.war\WEB-INF
<security-constraint> <web-resource-collection> <web-resource-name>secure</web-resource-name> <url-pattern>/*</url-pattern> <http-method>GET</http-method> <http-method>POST</http-method> <http-method>HEAD</http-method> <http-method>PUT</http-method> <http-method>DELETE</http-method> </web-resource-collection> </security-constraint>
Note: For more information, see the Installation Guide.
Important! If you do not want to secure the JBoss JMX Console, we recommend that you remove the following files:
jmx-console.war, admin-console.war
Note: For more information about the JBoss JMX Console refer to the JBoss documentation.
eurekify-jboss\server\PROFILE\deploy\jmx-console.war\WEB-INF
<security-constraint> <web-resource-collection> <web-resource-name>HtmlAdaptor</web-resource-name> <description> An example security config that only allows users with the role JBossAdmin to access the HTML JMX console web application </description> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint> <role-name>JBossAdmin</role-name> </auth-constraint> </security-constraint>
eurekify-jboss\server\PROFILE\deploy\jmx-console.war/WEB-INF
<jboss-web> <!-- Uncomment the security-domain to enable security. You will need to edit the htmladaptor login configuration to setup the login modules used to authentication users. --> <security-domain>java:/jaas/jmx-console</security-domain> </jboss-web>
eurekify-jboss\server\PROFILE\deploy\management\console-mgr.sar\web-console.war\WEB-INF
<security-constraint> <web-resource-collection> <web-resource-name>HtmlAdaptor</web-resource-name> <description> An example security config that only allows users with the role JBossAdmin to access the HTML JMX console web application </description> <url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint> <role-name>JBossAdmin</role-name> </auth-constraint>
eurekify-jboss\server\PROFILE\deploy\management\console-mgr.sar\web.console.war\WEB-INF
<jboss-web> <!-- Uncomment the security-domain to enable security. You will need to edit the htmladaptor login configuration to setup the login modules used to authentication users. --> <security-domain>java:/jaas/jmx-console</security-domain> </jboss-web>
Copyright © 2014 CA.
All rights reserved.
|
|