TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

"Getting Started" instructions available? #101

Open alecor191 opened 1 year ago

alecor191 commented 1 year ago

This module is exactly what we've been looking for in our NGINX setup. The challenge we're having is that we're not quite sure how to best package it into our NGINX Docker image.

I found some resources, but unfortunately they're all mentioning issues people faced:

I also couldn't find "Getting Started" instructions or references to such a doc in this repos README. I was wondering if anyone could point me to some instructions that show how to use this module in NGINX. Thanks!

JoshMcCullough commented 10 months ago

Thanks for reaching out. Have a look at how we copy the module binary into an NGINX container, here: https://github.com/TeslaGov/ngx-http-auth-jwt-module/blob/master/Dockerfile#L49

Let me know if that doesn't help (enough) and you need more support!