IvanJosipovic / OIDC-Guard

OpenID Connect (OIDC) & OAuth 2 API Server used to secure Kubernetes Ingress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support By-pass URL

thiner opened this issue · comments

The OIDC-Guard is amazing to enable jwt verification for ingress. It's working perfectly. However, I think it is very important to add a feature that allow by-pass URI or suffix. E.g. static files for web application should not be protected by jwt.

Hey, check out this feature, https://github.com/IvanJosipovic/OIDC-Guard/wiki/Endpoints#skip-auth
Let me know if that works for you.