-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[nginx-ingress-controller] JWT and Client SSL Verify #1327
Comments
@dnascimento the NGINX ingress controller is just an implementation of Ingress spec. |
@dnascimento I forgot to add that we can add this feature just for the nginx ingress controller using 2 annotations |
What about the following changes to the spec:
This is great when combined with ELB! Great job! |
Issues go stale after 30d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
NGINX can handle JWT token validation to provide authentication on APIs.
Verify Client SSL Certificate should also be possible.
It requires to change the spec in kubernetes project to add:
The text was updated successfully, but these errors were encountered: