envoyproxy/gateway

feat: method based authz should support paths to allow fine grained authz.

Open

#5605 aperta il 25 mar 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Go (802 fork)auto 404
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:]

HTTP headers and method authz

Guida contributor