Search Results

Configuring Endpoint Call Processing

Using the Connector as an Authenticator

Contact your TIBCO Mashery CSM/SA/PSG for configuration of this connector as an authenticator.

Using the Connector as a Processor

To configure IP whitelisting as a processor for an endpoint:
  1. From the TIBCO Cloud Mashery Control Center dashboard, navigate to Design > API Definitions, then click the desired API definition from the list.

  2. Click an existing endpoint on the Endpoints page.

  3. Click Call Transformations in the left-hand menu.

  4. In the Call Transformations page, specify the following information in these fields:
    • Processing Adapter: com.mashery.proxy.customer.generic.ipwhitelist.processorV2
    • Perform Pre-Processing: Enabled
    • Data to make available for pre-processing
      Data Example Notes
      whitelisted_ip_range: <comma separated IP ranges> whitelisted_ip_range: 123.45.67.0-123.45.67.128 Optional.
      whitelisted_ip_list: <comma separated value of IPs, CIDR format IPs> whitelisted_ip_list: 123.45.67.0, 123.45.67.1, 123.45.67.128 Optional.
      keep_client_ip_as_source: <true or false> keep_client_ip_as_source: false Optional.

      When set 'true' this flag overrides default behavior to pick IP address of intermediaries like proxy server that is closest to Mashery stack.