Encrypting Values for Adapter Connection Assets
About this task
Microservices Runtime provides a way to generate an encrypted value which can be used in configuration variables template for sensitive data.
For encryption, Microservices Runtime uses password handles and the Password-Based Encryption technology installed with Microservices Runtime. A password handles associate a password on the host Microservices Runtime with a corresponding key (or handle). The handle is encrypted as an outbound password using the Password-Based Encryption (PBE) technology.
The password from the adapter's connection is not stored directly in the
node.ndf file. Integration Server uses
PassMan utility for securely storing the passwords.
When you generate a configuration variables template, Microservices Runtime encrypts any passwords that appear as property values in the template.
IBM recommends that you encrypt all passwords and other sensitive data in your configuration variables templates.
To encrypt a value