Skip to content

Commit

Permalink
A47 update: fix spec for data plane authority (#420)
Browse files Browse the repository at this point in the history
* A47: update spec for data plane authority

* review comments
  • Loading branch information
markdroth committed Feb 27, 2024
1 parent 6188c1e commit e85c66e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions A47-xds-federation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A47: xDS Federation
* Approver: @ejona86, @dfawley
* Status: Implemented
* Implemented in: C++
* Last updated: 2022-01-24
* Last updated: 2024-02-22
* Discussion at: https://groups.google.com/g/grpc-io/c/17pQyP31yL8

## Abstract
Expand Down Expand Up @@ -102,9 +102,10 @@ an optional authority in the `xds` URI. The procedure for handling an

Note that the authority used for the data plane connections (which is
also used to select the VirtualHost within the xDS RouteConfiguration)
will continue to be the last path component of the `xds` URI used to
create the gRPC channel (i.e., the part following the last `/` character, or
the entire path if the path contains no `/` character).
will continue to be the path component of the `xds` URI used to create the
gRPC channel, stripping off the leading `/` if any. (Any remaining `/`
characters will be percent-encoded, as is normal when determining the
data plane authority from the gRPC target URI.)

### Bootstrap Config Changes

Expand Down

0 comments on commit e85c66e

Please sign in to comment.