solo-io / gloo

The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy

Home Page:https://docs.solo.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "from_cookies" to jwt

snuggie12 opened this issue · comments

Gloo Edge Product

Open Source

Gloo Edge Version

1.16.7

Is your feature request related to a problem? Please describe.

Not so much a problem, but would provide an optimization. We currently use a transformation to accomplish this and it would just be one less block of config to setup.

Describe the solution you'd like

In envoy there's an ability to extract a sub section of a cookie to grab a jwt token. Currently you all have from_headers but it'd be nice if you could also implement this.

Describe alternatives you've considered

As stated above we currently use a transformation as an extra step to achieve this so it's a nice to have to do one less step.

Additional Context

No response