Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Secure Agents
  6. Secure Agent installation in a cloud environment
  7. Secure Agent installation in a local environment
  8. Serverless runtime environment setup in AWS
  9. Serverless runtime environments

Runtime Environments

Runtime Environments

Configuring a proxy to exclude non-proxy hosts

Configuring a proxy to exclude non-proxy hosts

In the
proxy.ini
file, set the property InfaAgent.NonProxyHost to exclude IP addresses or host names. By default,
Informatica Intelligent Cloud Services
adds localhost as the value for InfaAgent.NonProxyHost when you initially configure the proxy server.
  1. Open
    <Secure Agent installation directory>/apps/agentcore/conf/proxy.ini
    .
  2. Update the value for InfaAgent.NonProxyHost to specify the IP addresses or host names that you want to exclude.
    For example:
    • Local IP addresses:
      InfaAgent.NonProxyHost=localhost|127.
      |[\:\:1]|123.432.
    • Host names:
      InfaAgent.NonProxyHost=localhost|127.
      |[\:\:1]|
      .foo.com
    You can combine a list of host names and IP addresses using the pipe character (|) as a delimiter. You can also enter a wildcard to the left for host names or to the right for IP addresses.
  3. Restart the Secure Agent so that the changes take effect.

0 COMMENTS

We’d like to hear from you!