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
@arkodg hmm, does it make it impossible to use groups as authorization if that is base64 encoded? Does envoy have then feature to decode base64 first to make these groups available in authorization? Perhaps it does it before encoding stuff
Description:
I'm trying to use a feature of envoy gateway, JWT Claims to Headers. But when I have a Claim that is an Array, like this
It is transforming it to a base64 Header, like this:
My config is this:
Is this what is expected? How can I add other checks/redirects if its in base64?
Repro steps:
Use a JWT that contains an claim as a array an put this claim in the claimToHeaders like I did.
Example JWT:
Environment:
Using v1.0.0
The text was updated successfully, but these errors were encountered: