netscaler / netscaler-k8s-ingress-controller

NetScaler Ingress Controller for Kubernetes:
https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/
307 stars 91 forks source link

Revoke leaked JWTs with long expiry dates with AuthPolicies #615

Open enov opened 9 months ago

enov commented 9 months ago

Is your feature request related to a problem? Please describe. When a JWT gets leaked, or when we would want to stop authorizing an authenticated JWT for some reason, there should be a way to invalidate the JWT. I understand that it is best practice to have JWTs with short expiry dates. However, I still see the benefit of this feature.

Describe the solution you'd like Possible solutions:

Describe alternatives you've considered

Additional context If I am missing a documentation to a preexisting feature that solves my issue, kindly guide me to the related documentation. Thank you!