How to enable mTLS authentication when using NGF? #3184
Unanswered
vazkarvishal
asked this question in
Q&A
Replies: 1 comment
-
Hey @vazkarvishal! We currently don't have support for mTLS for client to NGF connections, nor NGF to the backend. The Gateway API sig has not yet finalized how mTLS should work, but for those issues you found above, we'll be pulling ahead the design they do have. The last issue there is for enforcing mTLS between applications - a bit like a lightweight service mesh. Which one were you looking for specifically? There MAY be a way to enable this right now using our SnippetFilter, but that might be tough since we need a file that contains your certificates... I'll let a maintainer chime in here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I enable MTLS checks when using Gateway Fabric?
Nginx Ingress - MTLS settings
Is this a limitation that
auth-tls
annotations cannot be used on NGF?Also found the below issues. Are these related and thus, can only be used by Nginx Ingress Controller?
#3091
#3090
#1537
Beta Was this translation helpful? Give feedback.
All reactions