You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/10/24 01:11:02 UTC

[GitHub] [couchdb] kocolosk opened a new issue #2272: Allow for separate proxy configurations for source and target

kocolosk opened a new issue #2272: Allow for separate proxy configurations for source and target
URL: https://github.com/apache/couchdb/issues/2272
 
 
   ## Summary
   
   It should be possible to tell the replicator to use a forward proxy only for the source or the target of a given replication, rather than a single proxy setting applying to both.
   
   ## Desired Behaviour
   
   As above.
   
   ## Possible Solution
   
   Introduce `sourceProxy` and `targetProxy` settings into the replicator document configuration.
   
   ## Additional context
   
   Originally suggested in #1080.
   
   This is particularly important now that we generally specify all replication endpoints as URLs. It's quite often the case that one of those URLs is localhost, which we don't want heading through the proxy.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services