envoyproxy/gateway

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

Open

#5.605 aberto em 25 de mar. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Go (802 forks)auto 404
area/apihelp wantedtriage

Métricas do repositório

Stars
 (2.871 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador