Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Serverless runtime environments
  6. Connectors in a serverless runtime environment
  7. Secure Agents
  8. Secure Agent installation

Runtime Environments

Runtime Environments

Configuring the proxy in the serverlessUserAgentConfig.yml file

Configuring the proxy in the serverlessUserAgentConfig.yml file

To apply proxy server settings when you design mappings and import metadata, add the proxy server details to the
serverlessUserAgentConfig.yml
file.
Use the following code snippet as a template to provide the values for the proxy server in the
serverlessUserAgentConfig.yml
file:
agent: agentAutoDeploy: general: proxy: proxyHost: <Host_name of proxy server> proxyPort: <Port number of the proxy server> proxyUser: <User name of the proxy server> proxyPassword: <Password to access the proxy server> nonProxyHost: <Non-proxy host>

0 COMMENTS

We’d like to hear from you!