envoyproxy/gateway

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

Open

#5,605 建立於 2025年3月25日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Go (802 fork)auto 404
area/apihelp wantedtriage

倉庫指標

Star
 (2,871 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南