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
Support attributes in stateful session cookies (#40084)
<!--
!!!ATTENTION!!!
If you are fixing *any* crash or *any* potential security issue, *do
not*
open a pull request in this repo. Please report the issue via emailing
[email protected] where the issue will be triaged
appropriately.
Thank you in advance for helping to keep Envoy secure.
!!!ATTENTION!!!
For an explanation of how to fill out the fields, please see the
relevant section
in
[PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md)
-->
Commit Message: support attributes in stateful session cookies
Additional Description: Today setting attributes in stateful session
cookies is not supported natively. A follow up filter modifies the
cookie to add attributes, e.g. a Lua script. This improves UX for this
usecase.
Risk Level: Minor
Testing: Unit testing
Docs Changes: TBD
Release Notes: TBD
Platform Specific Features: N/A
Fixes #36846
Signed-off-by: Rudrakh Panigrahi <[email protected]>
Mirrored from https://github.com/envoyproxy/envoy @ 39339150a76959fac0ef47b85441f38fe27d061c
0 commit comments