Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-3307

Update Proxy api_backend field no longer works

XMLWordPrintable

    • 2
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Hide

      1. Create service
      2. Attempt to update private base url via Proxy Update API (api_backend field)
      3. Observe no change

      Show
      1. Create service 2. Attempt to update private base url via Proxy Update API (api_backend field) 3. Observe no change
    • 3scale 2019-08-26

      When using the Proxy Update API to configure a service's private base url, the api_backend field no longer sets the value.

      curl -X PATCH "https://<domain>.3scale.net/admin/api/services/xxxxxxxxxxx/proxy.xml" -d 'access_token=xxxx&endpoint=https%3A%2F%2Fpublic.example.com&api_backend=https%3A%2F%2Fprivate.example.com'
      <proxy>
        <service_id>xxxxxxxxxxx</service_id>
        <endpoint>https://public.example.com:443</endpoint>
        <api_backend>https://echo-api.3scale.net:443</api_backend>
        ...
      </proxy>
      

      I suspect this may have something to do with this recent code change or some other change around the API as a Product feature.

              Unassigned Unassigned
              rhn-support-spoole Shannon Poole
              Hery Ramihajamalala Hery Ramihajamalala (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: