Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Using an encrypted password

Using an encrypted password

You can encrypt your login password before you specify it in the
restenv.properties
file or a task command.
  1. Optionally, specify a custom password for the keystore that stores the encryption key. Use the shell script to set the variable that specifies the keystore password.
    1. If you're using a Linux machine, copy the template file
      set_cli_vars_default.sh
      and rename it to
      set_cli_vars.sh
      . If you're using a Windows machine, copy the template file
      set_cli_vars_default.bat
      and rename it to
      set_cli_vars.bat
      .
    2. Edit the file to specify your keystore password in the following format:
      set RUNAJOB_KEYSTORE_PASSWORD=<password>
    If you don't specify a password,
    Informatica Intelligent Cloud Services
    uses the default keystore password.
  2. To encrypt your login password, run one of the following commands:
    • ./cli.sh encryptText -t <password>
    • ./cli.sh encryptText -text <password>
  3. In the
    restenv.properties
    file, set the password to the encrypted string.
  4. Set the
    use.encryption
    property to true.
The following example shows the
restenv.properties
file with an encrypted password and the
use.encryption
property set to true:
username=saki password=:1xCGDTC0oD9B2Rmd8Sr4IZWaWWkcEmiK5fy+GkycA== ACTIVITYMONITORWAIT=2000 TOTALWAIT=60000 PROXYHOST= PROXYPORT= RETRYCOUNT=30 use.encryption=true

0 COMMENTS

We’d like to hear from you!