georchestra / georchestra-gateway

GNU General Public License v3.0
0 stars 6 forks source link

Proxy to external URLs #49

Closed emmdurin closed 1 year ago

emmdurin commented 1 year ago

First attempt to add a proxy to external URLs, see issue #39 As of discussed in the issue and in some meetings, it may be a bad idea to add a such proxy to the gateway and it is yet to be decided, but for reference here is a working attempt without any security, compatible with the one at /proxy in security-proxy.

Example of proxy route declaration :

      - id: proxy
        uri: no://op
        predicates:
        - Path=/proxy/**
        filters:
        - Proxy