Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy to external URLs #49

Merged
merged 1 commit into from
Jul 5, 2023
Merged

Proxy to external URLs #49

merged 1 commit into from
Jul 5, 2023

Conversation

emmdurin
Copy link
Contributor

@emmdurin emmdurin commented Jul 4, 2023

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

@emmdurin emmdurin requested review from groldan and pmauduit July 4, 2023 12:54
@emmdurin emmdurin merged commit bc6c908 into main Jul 5, 2023
3 checks passed
@emmdurin emmdurin deleted the proxy_to_external_url branch July 5, 2023 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants