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

Configure the proxy in the serverlessUserAgentConfig.yml file

Configure 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!