envoyproxy/gateway

Support XFFC validation as First class api in SecurityPolicy

Open

#5,392 创建于 2025年3月3日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Go (802 fork)auto 404
area/apiarea/policyhelp wanted

仓库指标

Star
 (2,871 star)
PR 合并指标
 (PR 指标待抓取)

描述

Description:

When using mTLS for AuthN, RBAC AuthZ should support client certification validation

    authorization:
      defaultAction: Deny
      rules:
        principal:
          clientCert:
            Subject: foo.bar.com
            URI: http://foo.bar.com

[optional Relevant Links:] https://github.com/envoyproxy/gateway/issues/2250 https://github.com/envoyproxy/gateway/pull/5310

贡献者指南