docs: fix small typo in RBAC docs (#37878)

Signed-off-by: Rohit Agrawal <rohit.agrawal@databricks.com>

Mirrored from https://github.com/envoyproxy/envoy @ 864a28a6283d55320cc38606e1c7ef0bc7c62e50
main
update-envoy[bot] 4 months ago
parent 919043bb34
commit 38eb981eb1
  1. 2
      envoy/config/rbac/v3/rbac.proto

@ -206,8 +206,10 @@ message Policy {
// metadata should be sourced from, rather than only matching against dynamic metadata.
//
// The matcher can be configured to look up metadata from:
//
// * Dynamic metadata: Runtime metadata added by filters during request processing
// * Route metadata: Static metadata configured on the route entry
//
message SourcedMetadata {
// Metadata matcher configuration that defines what metadata to match against. This includes the filter name,
// metadata key path, and expected value.

Loading…
Cancel
Save