mirror of https://github.com/grpc/grpc.git
Add bootstrap_generator to non-secure server deployments as well (#26355)
In gRPC-Go repo, as part of the PSM security interop tests, we changed the xDS interop server to register admin services (in both secure and non-secure modes). Attempting to register CSDS without an xds bootstrap file causes the server binary to exit. While we work to find a graceful solution to the problem of registering CSDS without an xds bootstrap file, adding the bootstrap generator to the non-secure server deployment fixes the issue. Also, it looks like we would need an xds bootstrap file for non-secure servers in the near future to test other server features.pull/26363/head
parent
ea4232e04d
commit
ca9102722d
1 changed files with 36 additions and 0 deletions
Loading…
Reference in new issue