Hiding Services & Runtime Discovery with Spring Cloud Gateway
Ben Wilcock – Spring Marketing, Pivotal. Brian McClain – Technical Marketing, Pivotal.
It's rare for a company to want every API to be publicly accessible. Most prefer to keep their services secret by default, only exposing APIs publicly when absolutely necessary.
Spring Cloud Gateway can help. Spring Cloud Gateway allows you to route traffic to your APIs using simple Java™ instructions (which we saw in the last article) or with YAML configuration files (which we’ll demonstrate in this one). To hide your services, you set up your network so that the only server accessible from the outside is…