4.5 Sensitive Data Locations

For certain components, passwords must be stored so that they are available to the components when the system needs to connect to a resource such as a database or an event source. In this case, the password is first encrypted to avoid unauthorized access to the clear-text password.

Even if the password is encrypted, you must ensure that the access to the stored password data is protected in order to avoid password exposure. For example, you can set permissions to ensure that files with sensitive data are not readable by other users.

Database credentials are stored in the /etc/opt/novell/sentinel/config/server.xml file.

<class>esecurity.base.ccs.comp.dataobject.ConnectionManager</class>
    <property name="username">appuser</property>
    <property name="password">7fA+ogBMeK7cRbJ+S6xJ/InLBUi+sRVGK5qYycDxfIqGDHVX9FApWg==</property>

The following database tables store passwords (/certificate) in encrypted format. You must limit access to these tables.

Sentinel stores both configuration data and event data in the following locations:

Table 4-2 Locations for Configuration Data and Event Data

Components

Location for Configuration Data

Location for Event Data

Sentinel server

The database tables and file system at /etc/opt/novell/sentinel/config.

This configuration information includes the encrypted database, event source, integrators, and passwords.

The database (for example, CORRELATED_EVENTS and EVT_RPT_* tables) and the file system at /var/opt/novell/sentinel/data/eventdata, /var/opt/novell/sentinel/data/rawdata, /var/opt/novell/sentinel/data/server.cache, /var/opt/novell/sentinel/data/map_data, and /var/opt/novell/sentinel/3rdparty/mongodb.

Collector Manager

The file system at /etc/opt/novell/sentinel/config. The most sensitive configuration information is the client key pair used to connect to the message bus.

Event data might be cached on the file system during error conditions such as the message bus being down or event overflow.  This event data is stored in the /var/opt/novell/sentinel/data/collector_mgr.cache directory.