envoyproxy/gateway
在 GitHub 查看feat: method based authz should support paths to allow fine grained authz.
Open
#5,605 创建于 2025年3月25日
area/apihelp wantedtriage
仓库指标
- Star
- (2,871 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Description:
Method based authz should support paths to allow fine grained authz.
Example:
Distinction between /example/foo (read:foo) and /example/bar (create:bar) in the SP.
BUT: Both routes are part of one HTTPRoute with spec.rules.matches[x].path: /example.
[optional Relevant Links:]