Skip to content

Instantly share code, notes, and snippets.

@ghsatpute
Created July 9, 2019 07:28
Show Gist options
  • Save ghsatpute/d33462b846086361a49248e7f789b618 to your computer and use it in GitHub Desktop.
Save ghsatpute/d33462b846086361a49248e7f789b618 to your computer and use it in GitHub Desktop.
Zuul Proxy route request to controller running on the zuul proxy server
# ...
# Routes request on REST controller running on a Zuul Proxy
zuul.routes.tableau.retryable = true
zuul.routes.tableau.stripPrefix = true
zuul.routes.tableau.path = /api/v1//authorization/**
zuul.routes.tableau.url = forward:/api/v1/tableau/authorization
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment