higress-group/higress

higress是否不支持类似nginx的proxy_cookie_path指令?

开放

#847 创建于 2024年2月29日

 (1 条评论) (0 个反应) (0 位负责人)Go (1,219 个派生)github user discovery
area/annotationhelp wantedlevel/challenge

仓库指标

星标
 (9,036 个星标)
PR 合并指标
 (平均合并 7天 9小时) (30 天内合并 18 个 PR)

描述

目前在评估网关替代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指令的功能?

贡献者指南