Skip to content

zhaohuabing/kubecon-envoy-gateway-securitypolicy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

kubecon-envoy-gateway-securitypolicy

This repository contains the code for the demo presented at KubeCon EU 2025. The demo showcases how to use the Envoy Gateway with SecurityPolicy to secure an application with OIDC authentication.

How it works:

  1. The user sends a request to the Envoy Gateway without an ID Token.
  2. The user is redirected to the Cognito login page to authenticate.
  3. After successful authentication, the user is redirected to the Envoy Gateway with an Authorization Code.
  4. Envoy exchanges the Authorization Code for an Access Token and ID Token.
  5. The user request is proxied to the application.

About

No description, website, or topics provided.

Resources

Stars

10 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages