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

Add "from_cookies" to jwt #9393

Open
snuggie12 opened this issue Apr 22, 2024 · 0 comments
Open

Add "from_cookies" to jwt #9393

snuggie12 opened this issue Apr 22, 2024 · 0 comments

Comments

@snuggie12
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants