envoyproxy/gateway
Vedi su GitHubfeat: method based authz should support paths to allow fine grained authz.
Open
#5605 aperta il 25 mar 2025
area/apihelp wantedtriage
Metriche repository
- Star
- (2871 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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:]