envoyproxy/gateway
Voir sur GitHubfeat: method based authz should support paths to allow fine grained authz.
Open
#5 605 ouverte le 25 mars 2025
area/apihelp wantedtriage
Métriques du dépôt
- Stars
- (2 871 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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:]