-
Notifications
You must be signed in to change notification settings - Fork 245
Manage cookies for backends in zuul proxy #41
Comments
@dsyer Any Updates regarding a spring-cloud-security Cookie Store for Zuul please? As I read here, and tested my self using Would you have any idea how to implement this? Thanks in advance for your thoughts |
@dsyer actually, I am wondering, what you mean with
May I ask you how exactly did you get cookies sent from backend services working? |
I didn't. What I meant was, they only work if they are not coming from the backend. It's a bit better in Brixton, since cookies are ignored by default in the backend requests, and you can control the headers a bit. Backend authentication is best handled with tokens or Spring Session right now. |
@dsyer Thanks for your reply Dave.
This means, it is currently not possible to terminate the Cookie-authentication based Backends using May I ask you how you would add such a support? Using |
Yes, |
The only way cookies work right now is if the backends don't send "set-cookie" headers. It would be cleaner to allow that as well but if the "set-cookie" header appears on backend responses, store them in a sane way on the proxy and replay them to the same backend on the next request.
The text was updated successfully, but these errors were encountered: