Table of Contents

Search

  1. Preface
  2. Using Metadata Manager
  3. Configuring Metadata Manager
  4. Application Resources
  5. Business Glossary Resources
  6. Business Intelligence Resources
  7. Custom Resources
  8. Data Integration Resources
  9. Data Modeling Resources
  10. Database Management Resources
  11. Universal Resources
  12. Managing Resources
  13. Loading and Monitoring Resources
  14. Managing Permissions
  15. Resource Migration
  16. Repository Migration
  17. Appendix A: Metadata Manager Login
  18. Appendix B: Metadata Manager Properties Files
  19. Appendix C: Resource Configuration Files
  20. Appendix D: Glossary

Metadata Manager Administrator Guide

Metadata Manager Administrator Guide

Passwords in Resource Configuration Files

Passwords in Resource Configuration Files

Resource configuration information for some resource types includes the resource password. For example, an Oracle resource configuration includes the password for the user account used to connect to the Oracle database. You can include or exclude the password in the resource configuration file.
Use the password parameter to determine how to store the password. The password parameter takes an optional argument, encrypted, that indicates whether the password is encrypted.
Use the password parameter to store the password in the following ways:
Exclude the password from the file.
Omit the password parameter from the file. Alternatively, you can include the password parameter but omit the parameter value. For example:
<parameter name="password"></parameter>
If you exclude the resource password and the resource type uses a password, Metadata Manager prompts you for the password when you import the resource configuration.
Include an encrypted password.
Use the mmcmd encrypt command to encrypt the password, and enter the encrypted string as the parameter value. For example:
<parameter name="password">WP+qtfYwB2KYLXID9jgC+6WHbMOg/94AO8R1nOC1vd0=</parameter>
The encrypt command uses the Informatica default encryption key to encrypt the password. For maximum security, store the resource configuration file in a secure location.
Include a plain text password.
Enter the plain text password as the parameter value, and set the encrypted attribute to false. For example:
<parameter name="password" encrypted="false">my_password</parameter>
If you include a plain text password, store the resource configuration file in a secure location.
When you import a resource configuration, you can specify the resource password. The Metadata Manager Service determines the password value as follows:
  • If the resource configuration file includes the password, the Metadata Manager Service creates the resource with the password from the resource configuration file. If you specify a password during import, the Metadata Manager Service ignores it.
  • If the resource configuration file does not include the password and the resource type requires a password, you must specify the password during import. If you do not specify the password, the Metadata Manager Service cannot create the resource.
  • If the resource type does not use a password and you specify one during import, the Metadata Manager Service ignores the password that you specify.

0 COMMENTS

We’d like to hear from you!