Example about oathkeeper, using with nginx
- 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 openhttps://localhost/auth/login?flow=<flow-id>
- Because using self-signed certs, if you're using Chrome, please type
thisisunsafe
to bypass checking from Chrome