Replies: 1 comment
-
| I think I made a mistake on my test. Because this work as expected. The only annoying thing is the Hash. It will be good if headermatchtype could be applied over the headers on authorization. In a environment with automatic certificate generated every hour the hash can no be there to be use as authorization. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Envoy comunity,
I want to apply authorization to client certificated, If I do only with subjectAltNames I got a early fail and is not register as 401 on access_log then I though about apply later with authorization checking the X-Forwarded-Client-Cert header, but doesn't work
Even with X-Forwarded-Client-Cert could be hard because add the Hash and I would like to allow pass only with CN or SAN
The header it suppose be added before authorization happens but I saw probably is later, at least is on my upstream request.
another point is that headers it seems it is not allowed to use regex only exact.
There are some way to do this. I let my configuration here:
Beta Was this translation helpful? Give feedback.
All reactions