8000 GitHub - kkhujamov/gateway-with-style: Demo project for "Beyond routing 🚀 Spring Cloud Gateway with style" talk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kkhujamov/gateway-with-style

 
 

Repository files navigation

Demo project for "Beyond routing 🚀 Spring Cloud Gateway with style" talk

This demo repository contains examples for Spring Cloud Gateway filters for the Spring/IO 23 talk by @martamedio and @abelsromero.

Testing the project

To start using the repo, you’ll need:

  1. A valid OIDC provider, for example Okta.

  2. Then, create a local configuration to the resoruces directory with the following information.

    Note
    This file is intended to contain secrets and is added in .gitignore.
    application-local.yml
    sso:
      scope: openid,email
      issuer-uri:
      client-id:
      client-secret:
  3. Start httpbin locally to prevent network issues.

    docker run -d -p 8585:80 kennethreitz/httpbin

About

Demo project for "Beyond routing 🚀 Spring Cloud Gateway with style" talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0