Updating the Authentication Type to RSA Authentication

If the cluster authentication type in Event Stream Processor has changed to RSA, update the authentication type in the ProductModule.xml file to RSA.

  1. Open the ProductModule.xml file in the <SCC_DIR>\plugins\ESPMAP directory.
  2. Uncomment out the <scc:ap_definition> block under RSA authentication to enable RSA authentication. For example:
    <!--   The following scc:ap_definition shall be uncommented out if RSA authentication is enabled
       --> 
    - <!--   Profile for RSA authentication   --> 
                <scc:ap_definition name="ESP_Node_RSA_Authentication" description="Authenticate with ESP Node by RSA">
                    <scc:ap_value_defn key="rsa_username" required="no" default="sccadmin">
                        <scc:prompt reskey="RESKEY_AP_PROMPT_USERNAME" default="Username"/>
                        <scc:tooltip reskey="RESKEY_AP_TT_USERNAME" default="Enter the username"/>
                    </scc:ap_value_defn>
                    <scc:ap_value_defn key="rsa_password" required="no" default="">
                        <scc:prompt reskey="RESKEY_AP_PROMPT_PASSWORD" default="Password"/>
                        <scc:tooltip reskey="RESKEY_AP_TT_PASSWORD" default="Enter your password"/>
                    </scc:ap_value_defn>
                    <scc:ap_value_defn key="rsa_keystore" required="no" default="">
                        <scc:prompt reskey="RESKEY_AP_PROMPT_PASSWORD" default="Keystore location"/>
                        <scc:tooltip reskey="RESKEY_AP_TT_PASSWORD" default="Enter your keystore location"/>
                    </scc:ap_value_defn>
                </scc:ap_definition>
    Note: Only one scc:ap_definitions block can take effect at a time so comment out blocks for all other authentication types.