KongUpstreamPolicy : How to make session affinity cookie to have samesite=None, secure=true #13066
Replies: 1 comment
-
Implemented custom Kong plugin as mentioned in : #12262 |
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
-
In our application, we have configured KongUpstreamPolicy to have a cookie based upstream policy. This does not work with google chrome as expected when couple of requests are coming from cross domain and this cookie has already past 2 minutes from its creation time. This is because chrome considers LAX as a default value for sameSite for this cookie as Kong is not explicitly adding sameSite=None.
We have tried looking for many of the Kong documentation pages but could not find any way to configure our needs for this specific cookie. Can someone please help ?
Beta Was this translation helpful? Give feedback.
All reactions