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:]