NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Changes to Application

  • Add jbosssx.jar as dependency
  • Add CommonsGridLoginModule to security-config.xml (JAAS)
    <login-module code="com.fiveamsolutions.nci.commons.authentication.CommonsGridLoginModule" flag="optional">
        <module-option name="gridServicePrincipal">${gridServicePrincipal}</module-option>
        <module-option name="gridServiceCredential">${gridServiceCredential}</module-option>
        <module-option name="gridServicePrincipalSeparator">||</module-option>
    </login-module>
    
    • Define gridServicePrincipal & gridServiceCredential properties within pa-ear build
              <gridServicePrincipal>Gr1DU5er</gridServicePrincipal>
              <gridServiceCredential>ltHZmZ1rqYq8j2uyHEABIQ==</gridServiceCredential>
      

Changes to Grid Instance

  • Use GridSecurityJNDIServiceLocator instead of standard JNDIServiceLocator, replace existing occurrences with new GridSecurityJNDIServiceLocator
  • Add Service Property to PAServices content, gridServicePrincipalSeparator w/ default value ||

Changes to build-pa (bda scripts)

  • No labels