envoyproxy/gateway
GitHub で見るfeat: method based authz should support paths to allow fine grained authz.
Open
#5,605 opened on 2025年3月25日
area/apihelp wantedtriage
Repository metrics
- Stars
- (2,871 stars)
- PR merge metrics
- (PR metrics pending)
説明
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:]