You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Envoy gateway and have configured mTLS based authentication. Further to this, looking for ways to fetch some fields in the client TLS cert and use it for authorization purpose. i.e, want to fetch some fields(for example CN from the client cert) and route the traffic to various backends based up on the value in the field. Can someone gimme some clue on this ? Does Envoy Gateway supports Propagating x-forwarded-client-cert(XFCC) header to the backend similar to how Envoy Proxy does ? I could see that there is a GH issue opened up in this regard here, #2599 .
Or is there a better approach to get my requirement ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Description:
I am using Envoy gateway and have configured mTLS based authentication. Further to this, looking for ways to fetch some fields in the client TLS cert and use it for authorization purpose. i.e, want to fetch some fields(for example CN from the client cert) and route the traffic to various backends based up on the value in the field. Can someone gimme some clue on this ? Does Envoy Gateway supports Propagating x-forwarded-client-cert(XFCC) header to the backend similar to how Envoy Proxy does ? I could see that there is a GH issue opened up in this regard here, #2599 .
Or is there a better approach to get my requirement ?
Thanks in advance
The text was updated successfully, but these errors were encountered: