Skip to content

lanphan/example-oathkeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-oathkeeper

Example about oathkeeper, using with nginx

Steps to run on MacOS:

  • Update self-signed ssl keys:

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx/ssl/nginx.key -out nginx/ssl/nginx.crt

  • Start docker compose:

docker-compose up -d

  • Open https://localhost/, it'll redirect and open https://localhost/auth/login?flow=<flow-id>

Notes

  • Because using self-signed certs, if you're using Chrome, please type thisisunsafe to bypass checking from Chrome

About

Example about oathkeeper, using with nginx

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors