Skip to content

Commit a46531f

Browse files
committed
doc: add server_feature to bootstrap doc
1 parent 4e65d13 commit a46531f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/grpc_xds_bootstrap_format.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,9 @@ gRPC supports the following server features in the `server_features` field
234234
inside `xds_servers`:
235235
- `xds_v3`: Added in gRFC A30. Supported in older versions of gRPC. See
236236
[here](grpc_xds_features.md) for when gRPC added support for xDS transport
237-
protocol v3, and when support for xDS transport protocol v2 was dropped.
238-
- `ignore_resource_deletion`: Added in [gRFC A53](a53)
237+
protocol v3, and when support for xDS transport protocol v2 was dropped.
238+
- `ignore_resource_deletion`: Added in [gRFC A53](a53).
239+
- `trusted_xds_server`: Added in [gRFC A81](a81).
239240

240241

241242
### When were fields added?
@@ -262,4 +263,5 @@ protocol v3, and when support for xDS transport protocol v2 was dropped.
262263
[a47]: https://github.com/grpc/proposal/blob/master/A47-xds-federation.md
263264
[a53]: https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md
264265
[a65]: https://github.com/grpc/proposal/blob/master/A65-xds-mtls-creds-in-bootstrap.md#proposal
265-
[a71]: https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md
266+
[a71]: https://github.com/grpc/proposal/blob/master/A71-xds-fallback.md
267+
[a81]: https://github.com/grpc/proposal/blob/master/A81-xds-authority-rewriting.md

0 commit comments

Comments
 (0)