Securing Quality Center v10
♥ 0 |
Our Quality Center instance has sensitive financial data that must be secure. What suggestions should be considered to ensure that everything is encrypted and or secure?
Marked as spam
|
Private answer
You can set up a secure socket layer for the QC connection with your app server. At that that point, you'll have all you need for the QC internet connection to be secure. There are also some configuration parameters for Site Administrator you can use: DISPLAY_LAST_USER_INFO: This parameter enables you to add additional security to the client Quality Center Login window. By default, Quality Center displays the last user RESTRICT_SERVER_FOLDERS: This parameter enables you to access restricted-access server directories using the OTA ExtendedStorage.ServerPath property.
For the project-related directories, this only applies if your project repository is stored in the file system. If this parameter is set to ''N'', you can access all SECURED_QC_URL When Quality Center generates email, it includes a link to Quality Center in the email. If this parameter is set to ''Y'', the Quality Center URL uses an SSL connection (starting with https:). If it is set to ''N'' (default), SSL is not used SQL_QUERY_VALIDATION_ENABLED By default, Quality Center checks SQL queries in Excel reports to ensure that they are valid and do not alter the project database. For more information on SQL_QUERY_VALIDATION_BLACK_LIST By default, Quality Center checks that SQL queries for an Excel reports do not include any of the following commands: INSERT, DELETE, UPDATE, DISABLE_COMMAND_INTERFACE If this parameter is set to ''Y'' (default), only users belonging to the TDAdmin group can use the OTA Command object. If it is set to ''N'', any user can use it. Marked as spam
|