Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
524ccba
WIP
markdroth Feb 21, 2025
17c8c9c
start filling in
markdroth Mar 11, 2025
5d4e313
add links
markdroth Mar 11, 2025
7900be6
fix some links
markdroth Mar 13, 2025
86bca69
add env var
markdroth Jun 16, 2025
5de2312
caching is out of scope -- will be in a future gRFC instead
markdroth Jun 17, 2025
5ffbc88
don't set scheme in ext_authz request
markdroth Jun 17, 2025
55e2702
flesh out setting source and destination in ext_authz request
markdroth Jun 17, 2025
a8b67df
don't set request ID in ext_authz request
markdroth Jun 17, 2025
15fee5d
clarify header rewriting rules
markdroth Jun 27, 2025
acbf253
filter config overrides
markdroth Jun 27, 2025
f36c4e2
add filter disable percentage
markdroth Jun 27, 2025
1871345
add more info about GoogleGrpc
markdroth Jun 27, 2025
14758e5
don't allow `:authority` header rewriting, since that's not useful on…
markdroth Jul 7, 2025
8abd1fa
add support for channel creds extensions
markdroth Jul 8, 2025
ad0cbfb
fix grammar
markdroth Jul 10, 2025
e5f1653
reference A102 and add client side support
markdroth Aug 22, 2025
4dc82c1
document filter behavior, and some cleanups
markdroth Sep 10, 2025
3136b18
trace propagation
markdroth Sep 12, 2025
caea5ff
reorganize a bit
markdroth Sep 12, 2025
86b3fd6
add metrics
markdroth Sep 16, 2025
6b53080
address some TODOs
markdroth Sep 17, 2025
838c7fa
add mailing list link
markdroth Sep 18, 2025
e4893d8
fleshed out details on header rewriting
markdroth Oct 10, 2025
90b0eed
more detail on header mutations
markdroth Oct 10, 2025
4b4d49e
check regexes as part of resource validation
markdroth Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions A39-xds-http-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A39: xDS HTTP Filter Support
* Implemented in: C-core
* Last updated: 2021-07-20
* Discussion at: https://groups.google.com/g/grpc-io/c/M-l8k2v5snY
* Updated by: [gRFC A92: xDS ExtAuthz](A92-xds-ext-authz.md)

## Abstract

Expand Down
Loading