Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

Secure Source Services and Target Services

Secure Source Services and Target Services

You can use secure fields when you create some source services and target services.
You can use secure fields in the following types of entities:
Built-in Source Services and Target Services
You can use secure parameters to configure fields when you create built-in source services and target services. You can set the values for parameters in the
Parameters
tab of the Administrator tool. To use the parameters, specify the parameter name in the entity properties when you add the entities to a data flow.
Custom Source Services and Target Services
You can use secure fields when you create custom entities in
EDS
.
When you create a custom entity type, you describe the fields of the custom entity in the EDS plug-in XML file. When you describe the fields, you can specify that the fields are secure. The secure fields are securely communicated and stored in an encrypted form.
The following example shows how you can specify a secure field:
<tns:textControl> <tns:name>pwd</tns:name> <tns:displayName>Password</tns:displayName> <tns:description>Enter value for password</tns:description> <tns:mandatory>true</tns:mandatory> <tns:stringTextField> <tns:maxLength>10</tns:maxLength> <tns:secure>true</tns:secure> </tns:stringTextField> </tns:textControl>
If you install
EDS
in secure mode, the secure fields are securely communicated using encryption over HTTPS from the web browser to the Administrator tool and in an encrypted form over UM from the Administrator tool to the Administrator Daemon stored in the database. If you install
EDS
in normal mode, the value in the field appears masked in the Administrator tool but is not encrypted.
For more information about creating custom entity types, see the
Edge Data Streaming Developer Guide
.

0 COMMENTS

We’d like to hear from you!