envoyproxy/gateway

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

Open

#5 605 ouverte le 25 mars 2025

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Go (802 forks)auto 404
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:]

HTTP headers and method authz

Guide contributeur