Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Gateway support Propagating x-forwarded-client-cert(XFCC) ? #3006

Closed
nasirudheen opened this issue Mar 25, 2024 · 1 comment
Closed
Labels

Comments

@nasirudheen
Copy link

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

@arkodg
Copy link
Contributor

arkodg commented Mar 26, 2024

+1
closing as dup of #2599

@arkodg arkodg closed this as completed Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants