higress
higress copied to clipboard
higress是否不支持类似nginx的proxy_cookie_path指令?
目前在评估网关替代nginx的方案,在nginx中使用到了cookie改写的功能
proxy_cookie_path / "/; httponly; secure; SameSite=Lax";
发现higress目前不兼容 nginx.ingress.kubernetes.io/configuration-snippet 和 nginx.ingress.kubernetes.io/proxy-cookie-path 的annotation,请问是否有计划实现类似proxy_cookie_path指令的功能?
cc @SpecialYang