envoyproxy / envoyproxy/gateway
feat: method based authz should support paths to allow fine grained authz.
Open
area/api
help wanted
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
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*:]
[HTTP headers and method authz](https://github.com/envoyproxy/gateway/pull/5393)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.