Skip to content

abelsromero/gateway-with-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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